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 There is a lot of boilerplate code in the deployment.yaml that we (DevOps) want to mask from the developers and put it in a common repo (DRY)....

design-required

## Expected Behavior Production `scikit-learn` version to be 1.3.0. ## Current Behavior I'm seeing that in production the `scikit-learn` version is 1.0.2 which corresponds to the DBR version of my...

## Expected Behavior When running the CLI command ```bash dbx deploy --environment dev --deployment-file some_deployment.yml ``` I would expect dbx to give me the option to overwrite the previous wheel,...

discussion

## Expected Behavior `dbx sync repo --dest-repo=test` should default to use `$DATABRICKS_HOST` and `$DATABRICKS_TOKEN` environment variables for authentication. ## Current Behavior `dbx sync repo --dest-repo=test` defaults to `--profile=DEFAULT`, because argument...

This functionality existed (see https://github.com/databrickslabs/dbx/issues/191) but has been removed at some point with refactors. @renardeinside any special reason or would you accept new PRs to re-add this feature to `dbx`?...

The overall goal is to make database name (prod/dev/test) dynamic for each notebook in dbx job and passing that database name directly from jenkins without modifying notebook file or deployment.yaml...

Workflow tasks should support `job_tasks` to enable the latest behaviour in Databricks. Named properties will also need to support `job://`.

## Expected Behavior Job to be deployed successfully ## Current Behavior Getting an error: ValidationError: 1 validation error for Deployment workflows -> 7 -> Workflow -> tasks -> 0 ->...

### Discussed in https://github.com/databrickslabs/dbx/discussions/831 Originally posted by **IamSandeepGunda** August 8, 2023 We've been exploring the [Databricks Notification Destinations](https://docs.databricks.com/en/administration-guide/workspace/settings/notification-destinations.html) and set up a Slack destination to notify on errors and when...

## Expected Behavior Data should be written to redis. ## Current Behavior Fails with class not found exception. ## Steps to Reproduce (for bugs) Task code: ```python spark = (...