Hey! I totally get what you're experiencing, as I ran into the same issue. It looks like Databricks has updated their UI a bit. Previously, the "Create Catalog" option was under the settings wheel icon when accessing the catalog in Databricks workspa...
The official Databricks provider in Terraform only allows you to create SQL queries, not execute them. To actually run queries, you can either:Use the http provider to make API calls to the Databricks REST API to execute SQL queries.Alternatively, if...