Skip to content
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

[FEATURE] Support development mode #81

Open
stikkireddy opened this issue Jan 10, 2024 · 0 comments
Open

[FEATURE] Support development mode #81

stikkireddy opened this issue Jan 10, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@stikkireddy
Copy link
Collaborator

stikkireddy commented Jan 10, 2024

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.

  1. 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.
  2. Marks all related deployed Delta Live Tables pipelines as development: true. See Use development mode to run pipeline updates.
  3. 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.
  4. Pauses all schedules and triggers on related deployed jobs.
  5. Enables concurrent runs on all related deployed jobs.
@stikkireddy stikkireddy added the enhancement New feature or request label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant