Sebastian Eckweiler
Sebastian Eckweiler
I'm not sure whether this is the right place, but: We are using clusters with our own containers to bundle our jars and python libs. One issue we are facing...
**Describe the bug** Viewing configmaps with lens I noticed two problems: While newly created configmaps automatically show up in lens, updates to existing configmaps don't seems to reach lens. For...
### Use-cases We're managing a few databricks workspaces and would like to migrate to more unity catalog features. When trying to use [databricks_permission_assignment](https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/permission_assignment#example-usage) to add an account level group to...
### What happened? I was trying to generate traefik CRD resources: ```bash > crd2pulumi version v1.2.2 > crd2pulumi -p --pythonName traefik --pythonPath traefik -v 0.1.0 https://raw.githubusercontent.com/traefik/traefik/v2.9/docs/content/reference/dynamic-configuration/kubernetes-crd-definition-v1.yml ``` this produces the...
**Description** Creating files/paths containing special characters leads to wrong service-side filenames. **Reproduction** See https://github.com/databricks/terraform-provider-databricks/issues/4039 **Expected behavior** Special characters should properly be forwarded as supported by the platform **Is it a...
### Configuration Ran the below with a fresh terraform install and version `1.52.0` of the provider. ```hcl terraform { required_providers { databricks = { source = "databricks/databricks" } } }...