My task is to make alert notification for prod target to pagerduty and e-mail, rest targets e-mail only.It is very easy for job or pipeline. In target you may define something like:databricks.yml
targets:
prod:
resources:
jobs:
ma...
It is easy to deploy app as part of asset bundle resources. But after that you need to actually deploy app and start.Can we do app deploy in databricks.yml / resources as part of initial "bundle deploy"? I mean avoid separate run ofdatabricks apps de...
bundle:
uuid: dd05ecbc-e823-4b33-821b-335be10bae5aTo make unique bundle use different uuid. Same with resources, table names etc. You can easily parametrize table names but for "pipeline_id" you may use template generator or jinja ...resources:
p...
Hi @sarahbhord App deploy as part of asset bundle quite confusing and do not looks logical and finished.You need to run "databricks bundle deploy", then "databricks apps deploy", then "databricks apps start"After plain "bundle deploy" you will see "n...