This website requires JavaScript.
Explore
Help
Sign In
steve
/
databricks-cli
mirror of
https://github.com/databricks/cli.git
Watch
1
Star
0
Fork
You've already forked databricks-cli
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bf95ea14bc
databricks-cli
/
bundle
/
tests
/
conflicting_resource_ids
/
one_subconfiguration
/
databricks.yml
14 lines
120 B
YAML
Raw
Normal View
History
Unescape
Escape
Detect duplicate identifiers in bundle config (#332) ## Changes This PR adds checks during bundle config load and merge to error out if there are duplicate keys for resource definitions ## Tests Using unit tests and manually
2023-04-17 10:21:21 +00:00
bundle
:
name
:
test
workspace
:
profile
:
test
Require include glob patterns to be explicitly defined (#602) ## Changes Before this PR we would load all yaml files matching * and \*/\*.yml files as bundle configurations. This was problematic since this would also load yaml files that were not meant to be a part of the bundle ## Tests Manually, now files are no longer included unless manually specified
2023-07-25 08:00:46 +00:00
include
:
-
"*.yml"
Detect duplicate identifiers in bundle config (#332) ## Changes This PR adds checks during bundle config load and merge to error out if there are duplicate keys for resource definitions ## Tests Using unit tests and manually
2023-04-17 10:21:21 +00:00
resources
:
jobs
:
foo
:
name
:
job foo