mirror of https://github.com/databricks/cli.git
b50380471e
## Changes Before we would error if a property was defined in the config file, that was not defined in the schema. ## Tests Unit tests. Also manually that the e2e flow works file. Before: ``` shreyas.goenka@THW32HFW6T playground % cli bundle init default-python --config-file config.json Welcome to the default Python template for Databricks Asset Bundles! Error: failed to load config from file config.json: property include_pytho is not defined in the schema ``` After: ``` shreyas.goenka@THW32HFW6T playground % cli bundle init default-python --config-file config.json Welcome to the default Python template for Databricks Asset Bundles! Workspace to use (auto-detected, edit in 'test/databricks.yml'): https://dbc-a39a1eb1-ef95.cloud.databricks.com ✨ Your new project has been created in the 'test' directory! Please refer to the README.md file for "getting started" instructions. See also the documentation at https://docs.databricks.com/dev-tools/bundles/index.html. ``` |
||
---|---|---|
.. | ||
config-assign-from-file | ||
config-assign-from-file-invalid-int | ||
config-assign-from-file-unknown-property | ||
config-test-schema | ||
copy-file-walk/template | ||
executable-bit-read/template | ||
fail/template | ||
file-tree-rendering/template/{{.dir_name}} | ||
map-pair | ||
print-without-processing/template | ||
regexp-compile/template | ||
skip/template | ||
skip-all-files-in-cwd/template | ||
skip-dir-eagerly/template | ||
skip-is-relative/template | ||
template-in-path | ||
templated-defaults | ||
urlparse-function/template | ||
walk/template | ||
workspace-host/template |