dbx
dbx copied to clipboard
🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
Since we have the version identifier per each workflow, we shall use the relevant API during creation.
## Expected Behavior Be able to execute the `covid_analysis_etl_integ` workflow from [this tutorial](https://learn.microsoft.com/en-us/azure/databricks/dev-tools/ide-how-to) in an existing cluster in interactive mode. ## Current Behavior I get the following stack trace: ```python...
When creating a new project with `dbx init`, an option for adding automation of versioning for python modules (like https://github.com/python-versioneer/python-versioneer) would be helpful for production usage.
## Expected Behavior dbx sync should sync all files regardless of length. ## Current Behavior When a file to be sync'd is larger than the 1MB limit allowed for by...
## Steps to Reproduce If the cluster is stopped and there are libraries to be installed when starting the cluster. dbx will not wait that all of the libraries are...
## Expected Behavior Adding the completions to the shells should be fast ## Current Behavior I've noticed that adding the completions in the shell start-up files, causes a 1 second...
## Expected Behavior I am working with Azure Databricks. I have a cluster with credential passthrough which allows me to read data stored in ADLS gen2 using my own id....
## Proposed changes Describe the big picture of your changes here to communicate to the maintainers. If it fixes a bug or resolves a feature request, please provide a link...
## Expected Behavior I would like to create two environments (in .dbx/project.json). Here, I want to have the same workspace directory in both environments, but use different artifact locations. ##...
Bumps [typer[all]](https://github.com/fastapi/typer) from 0.7.0 to 0.12.5. Release notes Sourced from typer[all]'s releases. 0.12.5 Features 💄 Unify the width of the Rich console for help and errors. PR #788 by @racinmat....