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

## Expected Behavior When using named parameters in the deployment file, these should be reflected in the databricks job. ej: deployment ``` python_wheel_task:

I want to automatically add some attributes to each task,such as {"--job-id": {{job_id}}} All I can think of is to get the workflow file rendered by jinjia2 and add attributes....

## Expected Behavior YAML is a superset of JSON (as long as you quote all your strings). The jinja-variables-file wants to parse the file using the YAML parser. Therefore it...

Hey, are u going to fix include problem with spaces?

triage

## Expected Behavior Run-as setting does not change (the original job was created with run-as service principal) when an update is performed ## Current Behavior Run-as is reset to the...

following allow the [document](https://dbx.readthedocs.io/en/latest/concepts/artifact_storage/) on artifact storage, the example given are`dbfs://` however when replacing with S3, there are lots of details not working and needs fix with AWS environment setup....

Hi, I have some custom python code installed from a private python package which I need to run in a python UDF, but I am running into errors in my...

## Expected Behavior Use insecure property from profile provided by .databrickscfg file when executing mlflow ## Current Behavior Uses system environmental variables set in a class instead of profile. ##...

## Expected Behavior Directory at `/` should be deleted / empty ## Current Behavior Directory at `/` contains wheel, config files, ... ## Steps to Reproduce (for bugs) `dbx init...

triage

## Expected Behavior Running `dbx execute` with a package that uses an entry point with a function decorated as a `click` command in its execution path should work without producing...