dbt-labs / terraform-provider-dbtcloud

dbt Cloud Terraform Provider
https://registry.terraform.io/providers/dbt-labs/dbtcloud
MIT License
85 stars 19 forks source link

Allow the creation of databricks connections with service accounts #154

Closed b-per closed 1 year ago

b-per commented 1 year ago

The current API doesn't allow creating adapters (required for databricks connections) authenticated as a service account and requires being authenticated as a user.

The code of the provider is handling this and raising an error if a user tries to create an adapter with a service token but we should revisit this once the API endpoint logic has been updated on the dbt Cloud side.

b-per commented 1 year ago

Quick update that this is being worked on the dbt Cloud side and could be unblocked soon.