<?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 in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/databricks/m-p/117144#M45435</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/162789"&gt;@RameshChejarla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can connect Databricks to Snowflake using the Snowflake Spark connector. Once the connection is in place, you can use Auto Loader to capture file metadata and write it into a Snowflake table for tracking.&lt;/P&gt;&lt;P&gt;- Set up the Snowflake connection&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;sf_options = {&lt;BR /&gt;"sfURL": "&amp;lt;your_snowflake_account&amp;gt;.snowflakecomputing.com",&lt;BR /&gt;"sfWarehouse": "&amp;lt;warehouse&amp;gt;",&lt;BR /&gt;"sfDatabase": "&amp;lt;database&amp;gt;",&lt;BR /&gt;"sfSchema": "&amp;lt;schema&amp;gt;",&lt;BR /&gt;"sfUser": "&amp;lt;username&amp;gt;",&lt;BR /&gt;"sfPassword": "&amp;lt;password&amp;gt;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;- Write file tracking data to Snowflake&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;tracking_df.write.format("snowflake") \&lt;BR /&gt;.options(**sf_options) \&lt;BR /&gt;.option("dbtable", "&amp;lt;file_tracking_table&amp;gt;") \&lt;BR /&gt;.mode("append") \&lt;BR /&gt;.save()&lt;/P&gt;</description>
    <pubDate>Wed, 30 Apr 2025 12:17:38 GMT</pubDate>
    <dc:creator>SP_6721</dc:creator>
    <dc:date>2025-04-30T12:17:38Z</dc:date>
    <item>
      <title>Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks/m-p/117127#M45431</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have implemented Auto loader working as expected. i need to track the files which are loaded into stage table.&lt;/P&gt;&lt;P&gt;Here is the issue, the file tracking table need to create in snowflake from here i need to track the files.&lt;/P&gt;&lt;P&gt;How to connect databricks and snowflake, pls suggest.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 10:11:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks/m-p/117127#M45431</guid>
      <dc:creator>RameshChejarla</dc:creator>
      <dc:date>2025-04-30T10:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks/m-p/117144#M45435</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/162789"&gt;@RameshChejarla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can connect Databricks to Snowflake using the Snowflake Spark connector. Once the connection is in place, you can use Auto Loader to capture file metadata and write it into a Snowflake table for tracking.&lt;/P&gt;&lt;P&gt;- Set up the Snowflake connection&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;sf_options = {&lt;BR /&gt;"sfURL": "&amp;lt;your_snowflake_account&amp;gt;.snowflakecomputing.com",&lt;BR /&gt;"sfWarehouse": "&amp;lt;warehouse&amp;gt;",&lt;BR /&gt;"sfDatabase": "&amp;lt;database&amp;gt;",&lt;BR /&gt;"sfSchema": "&amp;lt;schema&amp;gt;",&lt;BR /&gt;"sfUser": "&amp;lt;username&amp;gt;",&lt;BR /&gt;"sfPassword": "&amp;lt;password&amp;gt;"&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;- Write file tracking data to Snowflake&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;tracking_df.write.format("snowflake") \&lt;BR /&gt;.options(**sf_options) \&lt;BR /&gt;.option("dbtable", "&amp;lt;file_tracking_table&amp;gt;") \&lt;BR /&gt;.mode("append") \&lt;BR /&gt;.save()&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 12:17:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks/m-p/117144#M45435</guid>
      <dc:creator>SP_6721</dc:creator>
      <dc:date>2025-04-30T12:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/databricks/m-p/117149#M45436</link>
      <description>&lt;P&gt;Thanks for your reply, will try and let you know&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 12:32:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/databricks/m-p/117149#M45436</guid>
      <dc:creator>RameshChejarla</dc:creator>
      <dc:date>2025-04-30T12:32:10Z</dc:date>
    </item>
  </channel>
</rss>

