dbx
dbx copied to clipboard
🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
## Expected Behavior `dbx execute {workflow} --deployment-file={deployment file} --task={task} --cluster-name={cluster}` should build a Python-based project into a wheel, upload the wheel to dbfs, and install the package on the specified...
## Expected Behavior After changing the token used to connect to the databricks workspace dbx deploy should continue to work ## Current Behavior dbx deploy fails with a 403 error...
## Expected Behavior DBX executes demo code. ## Current Behavior Having followed the documentation here - https://learn.microsoft.com/en-us/azure/databricks/dev-tools/dbx#code-example - to create a sample dbx project when trying to run command dbx...
Jobs team is planning to release some new cool features that require us to loosen the type-checking for some of the cluster properties. We shall address that asap.
## Expected Behavior While executing the "dbx deploy" command, there are some validation errors caused due to a misprinted character from my end. I expected my pipeline to fail but...
## Expected Behavior dbx sync should sync to a workspace with an unverifiable certificate when `insecure = True` is set ## Current Behavior It fails with `[SSL: CERTIFICATE_VERIFY_FAILED]` error ##...
## Run pandas-udf succesfully ## ModuleNotFoundError / SerializationError ## Steps to Reproduce (for bugs) Place the python file containing the function to be used at a different level than the...
## Expected Behavior When a new file is added, it should synchronise it with databricks ## Current Behavior When a new file is added, the `sync repo` watcher exits with...
Hello, As documented in "mixed-mode dev loop for python project" ([official doc](https://dbx.readthedocs.io/en/latest/guides/python/devloop/mixed/)): Simple tree of project: ```shell . ├── src/ #
## Expected Behavior I am using ``dbx sync`` during the development. It works through the whole development cycle. At the end or throughout the process, I perform a ``git rebase``....