You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prepends all resources that are not deployed as files or notebooks with the prefix [dev ${workspace.current_user.userName}] and tags each deployed job and pipeline with a dev Databricks tag.
Enables the use of --compute-id in related calls to the bundle deploy command, which overrides any and all existing cluster definitions that are already specified in the related bundle configuration file. Instead of using --compute-id in related calls to the bundle deploy command, you can set the compute_id mapping here, or as a child mapping of the bundle mapping, to the ID of the cluster to use.
Pauses all schedules and triggers on related deployed jobs.
Enables concurrent runs on all related deployed jobs.
The text was updated successfully, but these errors were encountered:
local/dev mode will do the following:
https://docs.databricks.com/en/dev-tools/bundles/deployment-modes.html#development-mode
The prepending tag may break imports, etc.
The text was updated successfully, but these errors were encountered: