mirror of https://github.com/databricks/cli.git
a17876480a
## Changes The ini library omits the default section header and in doing so breaks compatibility with Python's config parser. It raises: ``` Error: MissingSectionHeaderError: File contains no section headers. ``` This commit makes sure the DEFAULT section header is included. If the config file doesn't include a DEFAULT section itself, we include a comment describing its purpose. ## Tests New tests pass. Manually confirmed the DEFAULT section header is included. --------- Co-authored-by: PaulCornellDB <paul.cornell@databricks.com> |
||
---|---|---|
.. | ||
auth | ||
cmdio | ||
databrickscfg | ||
errs | ||
filer | ||
fileset | ||
flags | ||
git | ||
locker | ||
log | ||
notebook | ||
sync | ||
terraform | ||
testfile |