ShaneMazur

Results 4 comments of ShaneMazur

@mgyucht We'd be happy to use the OAuth credentials over a PAT for the service principal, however, there are still many (I'd even say most) downstream applications that still only...

@alexott I am also getting this issue For me it was applying permissions to an app that did it: ```terraform resource "databricks_permissions" "my_app" { app_name = databricks_app.my_app.name access_control { group_name...

@chajong322-create I can include mine as well: ```terraform # DBT Docs App resource "databricks_app" "dbt_docs" { name = "dbt-docs-${terraform.workspace}" description = "DBT Docs App" resources = [ { name =...

@NoyaOffer can you provide an update here?