Pieter Noordhuis
|
70a0dd8743
|
Rename modes to more accurately capture what they do
|
2025-01-13 14:44:53 +01:00 |
Pieter Noordhuis
|
9c8c85ddc1
|
Define translation mode and options
|
2025-01-13 10:34:10 +01:00 |
Pieter Noordhuis
|
12943dbcff
|
Denormalize fallback logic into jobs and pipelines functions
|
2025-01-13 09:51:37 +01:00 |
Pieter Noordhuis
|
ef2853e21d
|
Pass along context during path translation
|
2025-01-13 09:10:41 +01:00 |
Pieter Noordhuis
|
11f75fd320
|
Add support for AI/BI dashboards (#1743)
## Changes
This change adds support for modeling [AI/BI dashboards][docs] in DABs.
[Example bundle configuration][example] is located in the
`bundle-examples` repository.
[docs]: https://docs.databricks.com/en/dashboards/index.html#dashboards
[example]:
https://github.com/databricks/bundle-examples/tree/main/knowledge_base/dashboard_nyc_taxi
## Tests
* Added unit tests for self-contained parts
* Integration test for e2e dashboard deployment and remote change
modification
|
2024-10-29 09:11:08 +00:00 |