<?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: Databricks unmanaged table from Snowflake in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20056#M13535</link>
    <description>&lt;P&gt;Hey @Stefan Stojanovic​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Hubert Dudek​'s&amp;nbsp;response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jul 2022 15:48:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-19T15:48:28Z</dc:date>
    <item>
      <title>Databricks unmanaged table from Snowflake</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20053#M13532</link>
      <description>&lt;P&gt;Is there a way to create Databricks unmanaged table that's actually Snowflake table, not some S3 or DBFS location?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From documentation is rather vague is this possible: "You can create an unmanaged table with your data in data sources such as Cassandra, JDBC table, and so on. See&amp;nbsp;&lt;A href="https://docs.databricks.com/data/data-sources/index.html" alt="https://docs.databricks.com/data/data-sources/index.html" target="_blank"&gt;Data sources&lt;/A&gt;&amp;nbsp;for more information about the data sources supported by Databricks. Some common ways of creating an unmanaged table are:"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data stored both on S3 and Snowflake and want to be able to query both locations with Databricks. The challenge with Snowflake table is that you have to import secrets, create options, and load data into dataframe. A better solution would be to do that only once and then just access the table as databricks unmanaged table.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 12:29:24 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20053#M13532</guid>
      <dc:creator>155647</dc:creator>
      <dc:date>2022-05-20T12:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks unmanaged table from Snowflake</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20054#M13533</link>
      <description>&lt;P&gt;@Stefan Stojanovic​, It is a lot of hassle. Still, you can create your metastore as described by snowflake (it will handle Databricks tables without problems as well):&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.snowflake.com/en/user-guide/tables-external-hive.html" alt="https://docs.snowflake.com/en/user-guide/tables-external-hive.html" target="_blank"&gt;https://docs.snowflake.com/en/user-guide/tables-external-hive.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and add it to Databricks as external hive meta stores&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data/metastores/external-hive-metastore.html" alt="https://docs.databricks.com/data/metastores/external-hive-metastore.html" target="_blank"&gt;https://docs.databricks.com/data/metastores/external-hive-metastore.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A more simple way would be (but when I checked it with some other database, it was not working)&lt;/P&gt;&lt;P&gt;take that jar from snowflake and try to register as an external table with JDBC string. Here is an example with Postgres &lt;A href="https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html" alt="https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html" target="_blank"&gt;https://spark.apache.org/docs/latest/sql-data-sources-jdbc.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 21 May 2022 10:20:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20054#M13533</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-05-21T10:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks unmanaged table from Snowflake</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20055#M13534</link>
      <description>&lt;P&gt;Hi @Stefan Stojanovic​&amp;nbsp;following up did you get a chance to check @Hubert Dudek​&amp;nbsp;previous comments ?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2022 12:55:35 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20055#M13534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-06-06T12:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks unmanaged table from Snowflake</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20056#M13535</link>
      <description>&lt;P&gt;Hey @Stefan Stojanovic​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope everything is going great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does @Hubert Dudek​'s&amp;nbsp;response answer your question? If yes, would you be happy to mark it as best so that other members can find the solution more quickly? Else please let us know if you need more help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We'd love to hear from you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 15:48:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks-unmanaged-table-from-snowflake/m-p/20056#M13535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-19T15:48:28Z</dc:date>
    </item>
  </channel>
</rss>

