dbx
dbx copied to clipboard
🧱 Databricks CLI eXtensions - aka dbx is a CLI tool for development and advanced Databricks workflows management.
## Expected Behavior I expect the Run url in one line. ## Current Behavior I have 2 lines (+1 for the timestamp):  ``` [dbx][2022-09-05 09:55:40.440] Run URL: https://adb-XXXXXXXX.2.azuredatabricks.net/?o=YYYYYY#job/8ZZZ6 9ZZZZZZ3/run/963171...
[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.
## 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...
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]): │ │ ❱...
## 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...
Terraform provider supports pretty comprehensive list of auth methods. Would be great to have the same options available in `dbx`
At initial launch of `dbx sync repo` verify that repo exists, if doesn't - create it.
## 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...