dbx
dbx copied to clipboard
🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
Using latest dbx I get a behavior where I'll run the following `dbx sync repo --dest-repo --watch --profile ` and then whenever it triggers a sync after each local save,...
## Expected Behavior When files are changed in VS Code/IDE, the updates will be synced across to Repos in the Databricks UI ## Current Behavior All cells within Databricks Repo...
## Expected Behavior `"policy_id": "cluster-policy://xxx"` should be adjusted to `"policy_id": "{the_policy_id}"` for DLT Pipeline workflows. ## Current Behavior `"policy_id": "cluster-policy://xxx"` is used in pipeline definition instead of `"policy_id": "{the_policy_id}"` ##...
## Expected Behavior dbx sync from local to dbfs ## Current Behavior raise a certificate Error ClientConnectorCertificateError: Cannot connect to host xxxx.cloud.databricks.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed:...
Hello guys, First of all thanks a lot for all your work on this project. It helps me a lot for automatization and CI/CD. However, currently, I've trouble working with...
## Expected Behavior flow deployed on databricks cluster ## Current Behavior following error: [Errno 2] No such file or directory: '/Users/xxxxx/dbx/dbx-demo/pydantic/main.py' (dbx-demo) (base) ➜ dbx-demo dbx execute [dbx][2022-11-30 17:24:36.691] 🔎...
## Expected Behavior When looking at the Databricsk UI the error message with the stack trace is displayed in a clear way. ## Current Behavior When running the job on...
## Expected Behavior I am running library on Windows. To sync project I wrote "dbx sync" command in ".sh" file. Then I have "sh.exe" in a different directory, basically I'm...
## Expected Behavior Deploy Jobs with --assets-only option ## Current Behavior MLFlow API Request 409 Conflict ## Steps to Reproduce (for bugs) [dbx][2022-11-03 12:30:40.370] 🔎 Deployment file is not provided,...