You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add docs URL to the terraform-engine validation error so users can
learn about direct deployment mode.
- Omit CascadeOnDestroy from PipelineRemote: it is an input-only,
delete-time setting the GET response never returns, so drift is
suppressed automatically (missing_in_remote). Matches the postgres
input-only field pattern.
- Propagate errors from pipelineDeletionCascades instead of silently
defaulting, and add unit coverage.
Co-authored-by: Isaac
Copy file name to clipboardExpand all lines: acceptance/pipelines/destroy/cascade-on-destroy-terraform-error/output.txt
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,5 +4,8 @@
4
4
Error: cascade_on_destroy is only supported in direct deployment mode
5
5
in databricks.yml:7:27
6
6
7
+
cascade_on_destroy is not yet supported by the terraform provider. Set the DATABRICKS_BUNDLE_ENGINE environment variable to 'direct' or set 'bundle.engine: direct' in your databricks.yml to use it.
8
+
Learn more at https://docs.databricks.com/dev-tools/bundles/direct
0 commit comments