Harald Gutmann

Results 48 comments of Harald Gutmann

https://github.com/databricks/cli/issues/1108#issuecomment-1905946370

- Rebased on current `master` - Squashed commits. - Updated PR description & commit message.

#54 looks to be a cross-header requirement with a regex replace combination. Would also be great to have support for that. :+1:

This is already possible with the following format: ``` namespace: namespaceName groups: - name: group_1 rules: ```

https://github.com/databricks/cli/issues/1108#issuecomment-1905946370

could be related to https://github.com/databricks/cli/issues/1080

@davidhoferzeni @andrewnester Looks like the error message changed, and now provides a direction what the problem might be: ``` < HTTP/2.0 403 Forbidden < { < "details": [ < {...

@davidhoferzeni Account Admin will likely not work, this is a Unity Catalog / Metastore permission. It only started working for me after adding the permission described above. Not sure if...

Work-Around: use the name as arg `databricks storage-credentials list -o json | jq -r '.[].name'` to avoid the issue in https://github.com/databricks/cli/issues/1029 `databricks storage-credentials get `

# Further Thoughts & Considerations ... in unsorted order - layout/structure to allow generic TLS provider integration - creation of a `pingora-core-api` crate to avoid cyclic dependencies - moving the...