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
d37b54e981
databricks-cli
/
internal
/
testdata
/
init
/
field-does-not-exist
/
databricks_template_schema....
10 lines
154 B
JSON
Raw
Normal View
History
Unescape
Escape
Error when unknown keys are encounters during template execution (#766) ## Tests New unit test and manually
2023-09-14 15:53:20 +00:00
{
"properties"
:
{
"foo"
:
{
"type"
:
"string"
,
Fix integration test asserting errors on unknown template parameters (#977) ## Changes Recent descriptions were made mandatory for input parameters so this test started failing. ## Tests The test passes now.
2023-11-10 11:05:32 +00:00
"default"
:
"abc"
,
"description"
:
"foo-bar"
Error when unknown keys are encounters during template execution (#766) ## Tests New unit test and manually
2023-09-14 15:53:20 +00:00
}
}
}