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> |
||
---|---|---|
.. | ||
testdata | ||
host.go | ||
host_test.go | ||
loader.go | ||
loader_test.go | ||
ops.go | ||
ops_test.go | ||
profiles.go | ||
profiles_test.go |