Hello,
I want to create database (schema) and tables in my Databricks workspace using terraform.
I found this resources: databricks_schema
It requires databricks_catalog, which requires metastore_id.
However, I have databricks_workspace and I did not create any metastore and everything works fine. So how can I get metastore_id without creating a new mestastore, or how can I create databricks_schema (database) other way?
Best regards,
Łukasz