dbx icon indicating copy to clipboard operation
dbx copied to clipboard

🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.

Results 137 dbx issues
Sort by recently updated
recently updated
newest added
trafficstars

## Proposed changes Small fix doc fix for a minor issue I noticed while following the docs for adding a schedule to a workflow. The cron expression in `deployment.md` isn't...

## Proposed changes Enable users to (optionally) set the Jinja2 base working directory to `os.curdir`. By using the new option `--jinja-working-dir`, Jinja will treat the current directory as a working...

Bumps [rich](https://github.com/Textualize/rich) from 12.6.0 to 13.5.3. Release notes Sourced from rich's releases. Markdown fixes [13.5.3] - 2023-09-17 Fixed Markdown table rendering issue with inline styles and links Textualize/rich#3115 Fix Markdown...

dependencies

## Proposed changes As a devops developer I need to provide custom CI/CD configs with certain adaptions for our infrastructure. As far as I understood, this is currently not possible...

## Expected Behavior I expect the dbx tool to continue to support the lates and recommended versions of databricks tooling. Databricks now recommends all users to migrate to the new...

## Expected Behavior A deployment with `dbx deploy [...] --write-specs-to-file=spec.json` with a `named_parameters` definition like so: ```yaml named_parameters: conf-file: "file:fuse://path/to/some-file.yaml" ``` Should result in a specs file with the following...

## Expected Behavior We are using dbx to deploy and launch databricks jobs. Currently we are using 11.3 LTS runtime and now planning to migrate to 13.3 LTS. The runtime...

Hello, I am currently thinking about how to implement a process that automatically switches the Job attribute "PAUSE_STATUS" to PAUSED, if I push changes either per tag or whatever method...

Hello, is it a "valid" use case for dbx, if I use it to create custom python packages (that are not connected) to a workflow? I would like to release...

Hey, so lets say i have something like this: ```bash include/notifications.yaml # start of the file, notice the spaces here. This spaces are how many spaces would be required in...