Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bundle:
name: render-diagnostics-warning-pipeline

resources:
pipelines:
test-pipeline:
# This is an unknown property that should trigger a warning
unknown_property: "this_should_trigger_a_warning"
11 changes: 11 additions & 0 deletions acceptance/pipelines/deploy/render-diagnostics-warning/output.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

>>> [PIPELINES] deploy
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/render-diagnostics-warning-pipeline/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
Warning: unknown field: unknown_property
at resources.pipelines.test-pipeline
in databricks.yml:8:7

<EOL>
3 changes: 3 additions & 0 deletions acceptance/pipelines/deploy/render-diagnostics-warning/script
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
trace $PIPELINES deploy
# print newline to comply with whitespace linter
printf "<EOL>\n"
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
EnvMatrix.DATABRICKS_CLI_DEPLOYMENT = ["terraform"]
Loading