Magnus Kühn

Results 5 issues of Magnus Kühn

Changing the `comment`-Field in a `databricks_storage_credential`-ressource fails on Azure Databricks, when dependent locations exists. While using `force_update = true` does relieve the issue, this could change a lot more. I...

**Problem Statement** The Python-API is very anoying to consume in a typed setting (pyright autocomplete in VSCode, mypy Typechecker in CI/CD Pipeline), as a lot of fields are `Optional` /...

**Description** When Listing all Jobs on Azure Databricks the "JobSettings.run_as" is always blank. **Reproduction** Create a Job in the UI, and change the run_as configuration. Then the following Code will...

Unity Catalog supports tagging on most objects. Please implement support for tagging DAB-managed resources from the DAB-definition, like for instance schemata and volumes. See also #2962 I would also love...

Enhancement
DABs
Stale

### Describe the issue Consider the following DAB definition ``` resources: schemas: test: name: test catalog_name: test volumes: ingest: name: ingest schema_name: ${schemas.test.name} catalog_name: ${schemas.test.catalog_name} volume_type: MANAGED ``` This definition...

Enhancement
DABs