-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for Databricks Apps in DABs #1928
base: main
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,102 @@ | |||
// Generated from Databricks Terraform provider schema. DO NOT EDIT. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All of the TF changes regenerated based on local TF override with this branch databricks/terraform-provider-databricks#4099
Will be updated when the change is released in TF provider and provider updated in CLI
If integration tests don't run automatically, an authorized user can run them manually by following the instructions below: Trigger: Inputs:
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.On
databricks bundle deploy
DABs will create an app and execute app deployment with the pointed files.All consecutive
databricks bundle deploy
execution will trigger new app deployments.Here's an example of configuration:
Note: relies on not yet released TF change: databricks/terraform-provider-databricks#4099
TODO:
Tests
Added unit and config tests + manual test.