cancel
Showing results for 
Search instead for 
Did you mean: 
Andrei_Radulesc
Contributor III
since ‎07-20-2022
‎06-26-2023

User Stats

  • 24 Posts
  • 2 Solutions
  • 3 Kudos given
  • 15 Kudos received

User Activity

I'm trying to get rid of the warning below:/databricks/spark/python/pyspark/sql/context.py:117: FutureWarning: Deprecated in 3.0.0. Use SparkSession.builder.getOrCreate() instead.In my setup, I have a front-end notebook that gets parameters from the ...
We have a team of multiple people, and they need to do Databricks Terraform config from the CLI. We'd like to do this without having all people be account admins in Databricks.What is the best way to do that?Right now, we have Terraform set up so tha...
With Databricks Terraform connector version 1.2.0, I use the following to make the AWS instance profile available to all users in the workspace:// Create AWS instance profileresource "aws_iam_instance_profile" "this" { name = "${var.prefix}_instance_...
Only the GUI seems to allow SELECT and USE_SCHEMA 'account users' permissions on catalogs. Terraform gives me an error. Here is my Terraform config:resource "databricks_grants" "staging" { provider = databricks.workspace catalog = databricks_catalog....
I can create account groups in Terraform as follows:resource "databricks_group" "dev_perception" { provider    = databricks.mws display_name = "Perception"}Or I can create a workspace group, using the workspace provider instead of the account provide...
Kudos given to