cancel
Showing results for 
Search instead for 
Did you mean: 
chethankumar
New Contributor III
since ‎10-03-2024
yesterday

User Stats

  • 10 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

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 = ...
Kudos given to