cancel
Showing results for 
Search instead for 
Did you mean: 
Warehousing & Analytics
Engage in discussions on data warehousing, analytics, and BI solutions within the Databricks Community. Share insights, tips, and best practices for leveraging data for informed decision-making.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

MadelynM
by Databricks Employee
  • 3009 Views
  • 0 replies
  • 0 kudos

[Recap] Data + AI Summit 2024 - Warehousing & Analytics | Improve performance and increase insights

Here's your Data + AI Summit 2024 - Warehousing & Analytics recap as you use intelligent data warehousing to improve performance and increase your organization’s productivity with analytics, dashboards and insights.  Keynote: Data Warehouse presente...

Screenshot 2024-07-03 at 10.15.26 AM.png
Warehousing & Analytics
AI BI Dashboards
AI BI Genie
Databricks SQL
  • 3009 Views
  • 0 replies
  • 0 kudos
derekk
by New Contributor
  • 1106 Views
  • 0 replies
  • 0 kudos

Rest assured that our movers will handle your belongings with the highest level of care and protection, and we have all the necessary tools to provide...

Rest assured that our movers will handle your belongings with the highest level of care and protection, and we have all the necessary tools to provide convenience to your highest satisfaction. Whatever the need, as one of the best local movers in Mia...

  • 1106 Views
  • 0 replies
  • 0 kudos
fg1
by New Contributor
  • 910 Views
  • 0 replies
  • 0 kudos

radiumshop.co.uk

radium enginerring At Radiumshop, we provide you with an excellent shopping experience as our clients' satisfaction matter a lot. https://radiumshop.co.uk/

  • 910 Views
  • 0 replies
  • 0 kudos
Andrei_Radulesc
by Contributor III
  • 3691 Views
  • 2 replies
  • 2 kudos

Resolved! How do I associate an account group with a workspace in Terraform?

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...

  • 3691 Views
  • 2 replies
  • 2 kudos
Latest Reply
Andrei_Radulesc
Contributor III
  • 2 kudos

Thank you, that works!

  • 2 kudos
1 More Replies
Andrei_Radulesc
by Contributor III
  • 3192 Views
  • 2 replies
  • 6 kudos

Resolved! ALL PRIVILEGES not working in Terraform databricks_grants configuration

I'm trying to create a UC catalog in Terraform on AWS, and grant "account users" ALL PRIVILEGES. Here is my code:resource "databricks_catalog" "test" { provider    = databricks.workspace metastore_id = var.metastore_id name        = "test" owner     ...

  • 3192 Views
  • 2 replies
  • 6 kudos
Latest Reply
Andrei_Radulesc
Contributor III
  • 6 kudos

Yes! I was missing the underbar, "ALL_PRIVILEGES". It works now. Thank you!

  • 6 kudos
1 More Replies