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 I expect the Run url in one line. ## Current Behavior I have 2 lines (+1 for the timestamp): ![image](https://user-images.githubusercontent.com/4534324/188427863-91b8586d-e2ff-48b9-a831-c8115d6b8a17.png) ``` [dbx][2022-09-05 09:55:40.440] Run URL: https://adb-XXXXXXXX.2.azuredatabricks.net/?o=YYYYYY#job/8ZZZ6 9ZZZZZZ3/run/963171...

bug

[hatch](https://hatch.pypa.io/latest/) is a new and pretty popular build system for Python. We shall add support for hatch builds as well.

feature

## Expected Behavior I would expect the `stdout` output to be returned when a job or `dbx execute` is concluded. I am running a `kedro` pipeline as a python wheel...

triage

Sometimes when users provide configurations with incorrect indentation, the following error might occur: ``` │ 35 class PolicyNameProcessor(AbstractProcessor): │ │ 36 │ def process(self, object_reference: Dict[str, Any]): │ │ ❱...

bug

## Proposed changes Implement DLT support as requested in #250 ## Types of changes What types of changes does your code introduce to dbx? _Put an `x` in the boxes...

## Expected Behavior Getting issue with the below command when running in Azure DevOps with Windows Agent (Working well with Linux Agent) "dbx deploy --deployment-file config/adb_deployment.yaml --workflow training-pipeline" I am...

bug

Terraform provider supports pretty comprehensive list of auth methods. Would be great to have the same options available in `dbx`

auth
feature

At initial launch of `dbx sync repo` verify that repo exists, if doesn't - create it.

sync
feature

## Expected Behavior cryptography>=42.0.0 should be possible ## Current Behavior cryptography is pinned to < 42.0.0

## Proposed changes Closes #647 "python-3.8-stretch docker image does not exist in python_basic template with gitlab cicd." by using `python:3.8-bullseye` docker image for all stages. ## Types of changes What...