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

## Proposed changes "--parameters-raw" parameter wasn't working. Trying to supply a json string that represents the parameters was throwing this sort of stack During handling of the above exception, another...

## Expected Behavior Changes to `.syncinclude` are applied directly if `dbx sync` is currently running. ## Current Behavior Changes are ignored and a manual restart is required. * dbx version...

feature

## Expected Behavior Calling `dbx` without defining any workflow should not raise an exception (it should be a no-op). ## Current Behavior When executing ``` dbx deploy --deployment-file=config.json --no-package ```...

## Expected Behavior To run a job with custom parameters, the dbx launch help shows the following example (yes, it shows dbx execute in the dbx launch help, but that's...

bug

The Databricks CLI has built-in support for setting default headers when initializing the `ApiClient` using the optional `default_headers` parameter. The `default_headers` parameter accepts a dictionary, where the keys and values...

feature

Hello, since support for requirements files was deprecated, there is AFAIK no way to support pinned dependencies anymore, except by putting them all into the deployment file. As I explained...

documentation
triage

## Expected Behavior Get more examples or use cases where we need to use dbx.get_last_modified_file(): https://dbx.readthedocs.io/en/latest/features/jinja_support/#built-in-functions ## Current Behavior Can not figure out what does it mean with current doc:...

documentation
enhancement

## Proposed changes Closes #452 ## Types of changes What types of changes does your code introduce to dbx? _Put an `x` in the boxes that apply_ - [x] Bugfix...

## Proposed changes `p.parse_known_args()[0]` is enough instead of `p.parse_known_args(sys.argv[1:])[0]` ## Types of changes What types of changes does your code introduce to dbx? _Put an `x` in the boxes that...