Commit afcb995
authored
Update the Learn more link for DATABRICKS_BUNDLE_ENGINE (#4770)
## Changes
Update the link for learning more about `DATABRICKS_BUNDLE_ENGINE`
(terraform vs direct) from
https://docs.databricks.com/dev-tools/bundles/deployment-modes.html to
https://docs.databricks.com/dev-tools/bundles/direct
## Why
Wrong link, caused confusion
## Tests
Updated acceptance test too
```
% cd acceptance/bundle/resources/catalogs/basic
% DATABRICKS_BUNDLE_ENGINE=terraform databricks bundle plan
Error: Catalog resources are only supported with direct deployment mode
in databricks.yml:9:5
Catalog resources require direct deployment mode. Please set the DATABRICKS_BUNDLE_ENGINE environment variable to 'direct' to use catalog resources.
Learn more at https://docs.databricks.com/dev-tools/bundles/direct
```1 parent 11d7a00 commit afcb995
File tree
2 files changed
+2
-2
lines changed- acceptance/bundle/validate/catalog_requires_direct_mode
- bundle/config/mutator
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments