<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Terraform: get metastore id without creating new metastore in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25675#M17909</link>
    <description>&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;Yes, that's probably it. I have to read about the UC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Łukasz&lt;/P&gt;</description>
    <pubDate>Fri, 29 Apr 2022 06:21:18 GMT</pubDate>
    <dc:creator>LukaszJ</dc:creator>
    <dc:date>2022-04-29T06:21:18Z</dc:date>
    <item>
      <title>Terraform: get metastore id without creating new metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25671#M17905</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create database (schema) and tables in my Databricks workspace using terraform.&lt;/P&gt;&lt;P&gt;I found this resources: &lt;A href="https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/resources/schema" alt="https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/resources/schema" target="_blank"&gt;databricks_schema&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It requires databricks_catalog, which requires metastore_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Łukasz&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 11:15:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25671#M17905</guid>
      <dc:creator>LukaszJ</dc:creator>
      <dc:date>2022-03-14T11:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform: get metastore id without creating new metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25672#M17906</link>
      <description>&lt;P&gt;@Łukasz Jaremek​&amp;nbsp;, Strange with that id. For example from databricks cluster log you can get some info about metastore but not id... (maybe url can be used instead?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example from log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;22/03/14 05:40:38 INFO MetastoreMonitor$: Internal internal metastore configured (config=DbMetastoreConfig{host=consolidated-westeurope-prod-metastore-addl-3.mysql.database.azure.com, port=3306, dbName=organization34353553, user=LoBp1K7HeU3FvyzM@consolidated-westeurope-prod-metastore-addl-3})
22/03/14 05:40:38 INFO DatabricksILoop$: Creating throwaway interpreter
22/03/14 05:40:38 INFO DataSourceFactory$: DataSource Jdbc URL: jdbc:mariadb://consolidated-westeurope-prod-metastore-addl-3.mysql.database.azure.com:3306/organization34353553?useSSL=true&amp;amp;sslMode=VERIFY_CA&amp;amp;disableSslHostnameVerification=true&amp;amp;trustServerCertificate=false&amp;amp;serverSslCert=/databricks/common/mysql-ssl-ca-cert.crt&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 12:45:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25672#M17906</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-03-14T12:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform: get metastore id without creating new metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25673#M17907</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/resources/schema" target="test_blank"&gt;https://registry.terraform.io/providers/databrickslabs/databricks/latest/docs/resources/schema&lt;/A&gt; I think this is for UC. &lt;A href="https://docs.databricks.com/data-governance/unity-catalog/index.html" target="test_blank"&gt;https://docs.databricks.com/data-governance/unity-catalog/index.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Apr 2022 17:41:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25673#M17907</guid>
      <dc:creator>Atanu</dc:creator>
      <dc:date>2022-04-17T17:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform: get metastore id without creating new metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25675#M17909</link>
      <description>&lt;P&gt;Thank you for the answer.&lt;/P&gt;&lt;P&gt;Yes, that's probably it. I have to read about the UC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Łukasz&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 06:21:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25675#M17909</guid>
      <dc:creator>LukaszJ</dc:creator>
      <dc:date>2022-04-29T06:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Terraform: get metastore id without creating new metastore</title>
      <link>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25676#M17910</link>
      <description>&lt;P&gt;Hello @Kaniz Fatma​&amp;nbsp;, thank you for your interest.&lt;/P&gt;&lt;P&gt;I think @Atanu Sarkar​&amp;nbsp;solved my problem.&lt;/P&gt;&lt;P&gt;I'm sorry for the lack of response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best reagards,&lt;/P&gt;&lt;P&gt;Łukasz&lt;/P&gt;</description>
      <pubDate>Fri, 29 Apr 2022 06:24:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/terraform-get-metastore-id-without-creating-new-metastore/m-p/25676#M17910</guid>
      <dc:creator>LukaszJ</dc:creator>
      <dc:date>2022-04-29T06:24:26Z</dc:date>
    </item>
  </channel>
</rss>

