Is there a way to execute SQL statements using Terraform I can see it can be possible using API as bellow, https://docs.databricks.com/api/workspace/statementexecution/executestatementbut I want to know is a strength way to run like bellow code provi...
I am facing an issue while adding a recipient to Delta Share using Terraform. The owner of my recipient is a group, not an individual user. I'm running this Terraform script using a service principal member of that group. However, I'm encountering th...
I created a recipient in the Databricks console and also set up a Delta Share. Now, I’d like to link this existing recipient to the Delta Share. Is there a way to accomplish this using Terraform?
I have created a recipient using the data bricks in the console, also, I have created data bricks using the console, Now I want to map the existing recipient to the existing delta share, Is there a way to do this using Terraform
in the workspace console when I create groups it creates a source as an account, Basically, it is a account level group, But provider "databricks" {
host = var.databricks_host
# client_id = ""
# client_secret = "
account_id = ...
@Walter_C Thank you for your response. However, I want to set the recipient owner as a group, not a single user or service principal, because I need to assign multiple service principals as owners of the recipient. I have multiple workspaces, and I w...
Hi @Naïm Thanks for your response. It seems your answer is helping me, but I'm facing another issue. The owner of my recipient is a group, not an individual user. I'm running this Terraform script using a service principal that is a member of that gr...
databricks_account_group resource not present The provider databricks/databricks does not support resource type "databricks_account_group".My requirement is to assign an account-level group to a workspace-level group.For example, I have a group named...