Open andrewnester opened 1 day ago
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:
Trigger: go/deco-tests-run/cli
Inputs:
cfcb787fbc0698df5729eb4ee2b6fcd733258067
Checks will be approved automatically on success.
Test Details: go/deco-tests/11957790217
Changes
Added support for Databricks Apps in DABs.
It's possible to configure new
app
resource in bundle and point it to the customsource_code_path
location where Databricks App code is define. Ondatabricks bundle deploy
DABs will create an app and execute app deployment with the pointed files. All consecutivedatabricks bundle deploy
execution will trigger new app deployments.Here's an example of configuration:
Note: relies on not yet released TF change: https://github.com/databricks/terraform-provider-databricks/pull/4099
TODO:
Tests
Added unit and config tests + manual test.