<?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 Snowflake connection federation databticks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/snowflake-connection-federation-databticks/m-p/149082#M53013</link>
    <description>&lt;P&gt;Today i tried to connect snowflake&amp;nbsp;federated connection using databricks. however it seems there is defect with databricks.&lt;/P&gt;&lt;P&gt;It is trying to create jdbc url&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jdbc://dyjcxbz-gfc45507.snowflakecomputing.com:443/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;however snowflake jdbc url is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jdbc:snowflake://dyjcxbz-gfc45507.snowflakecomputing.com:443/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is no way to change connection url&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 23 Feb 2026 16:23:16 GMT</pubDate>
    <dc:creator>rahul_goyal</dc:creator>
    <dc:date>2026-02-23T16:23:16Z</dc:date>
    <item>
      <title>Snowflake connection federation databticks</title>
      <link>https://community.databricks.com/t5/data-engineering/snowflake-connection-federation-databticks/m-p/149082#M53013</link>
      <description>&lt;P&gt;Today i tried to connect snowflake&amp;nbsp;federated connection using databricks. however it seems there is defect with databricks.&lt;/P&gt;&lt;P&gt;It is trying to create jdbc url&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jdbc://dyjcxbz-gfc45507.snowflakecomputing.com:443/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;however snowflake jdbc url is&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;jdbc:snowflake://dyjcxbz-gfc45507.snowflakecomputing.com:443/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;There is no way to change connection url&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 16:23:16 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/snowflake-connection-federation-databticks/m-p/149082#M53013</guid>
      <dc:creator>rahul_goyal</dc:creator>
      <dc:date>2026-02-23T16:23:16Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake connection federation databticks</title>
      <link>https://community.databricks.com/t5/data-engineering/snowflake-connection-federation-databticks/m-p/149084#M53014</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This shouldn't be a problem. I've created connection to snowflake and it worked. Look at my jdbc url. It doesn't have&amp;nbsp;&lt;SPAN&gt;jdbc:snowflake, yet it's still works.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;What error do you get?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-02-23 174644.png" style="width: 936px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/24250i1393622ABC008405/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-02-23 174644.png" alt="Screenshot 2026-02-23 174644.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Feb 2026 16:48:09 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/snowflake-connection-federation-databticks/m-p/149084#M53014</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2026-02-23T16:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Snowflake connection federation databticks</title>
      <link>https://community.databricks.com/t5/data-engineering/snowflake-connection-federation-databticks/m-p/150144#M53269</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/217337"&gt;@rahul_goyal&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;This is a common point of confusion when setting up Snowflake federation in Databricks, so let me clarify what is happening.&lt;/P&gt;
&lt;P&gt;SHORT ANSWER&lt;/P&gt;
&lt;P&gt;The JDBC URL display showing "jdbc://" instead of "jdbc&lt;span class="lia-unicode-emoji" title=":snowflake:"&gt;❄️&lt;/span&gt;//" is expected behavior and is not a defect. Databricks internally constructs the proper Snowflake JDBC connection using the host and port you provide. The URL shown in the UI is a simplified display representation, not the actual JDBC connection string used behind the scenes.&lt;/P&gt;
&lt;P&gt;As the other responder confirmed, connections work correctly despite how the URL appears in the interface.&lt;/P&gt;
&lt;P&gt;HOW DATABRICKS HANDLES THE SNOWFLAKE CONNECTION&lt;/P&gt;
&lt;P&gt;When you create a Snowflake connection through Lakehouse Federation, you do not provide a full JDBC URL yourself. Instead, you provide individual connection parameters:&lt;/P&gt;
&lt;P&gt;- Host (e.g., dyjcxbz-gfc45507.snowflakecomputing.com)&lt;BR /&gt;- Port (443)&lt;BR /&gt;- Authentication credentials (OAuth, username/password, PEM key, etc.)&lt;/P&gt;
&lt;P&gt;Databricks takes these parameters and internally builds the correct JDBC connection to Snowflake. The "jdbc://" format you see displayed in the UI is just how the connection metadata is shown -- it is not the literal JDBC string passed to the Snowflake JDBC driver.&lt;/P&gt;
&lt;P&gt;VERIFYING YOUR CONNECTION ACTUALLY WORKS&lt;/P&gt;
&lt;P&gt;If you want to confirm your connection is working properly, here are the steps:&lt;/P&gt;
&lt;P&gt;1. After creating the connection, create a foreign catalog:&lt;/P&gt;
&lt;P&gt;CREATE FOREIGN CATALOG my_snowflake_catalog&lt;BR /&gt;USING CONNECTION my_snowflake_connection&lt;BR /&gt;OPTIONS (database '&amp;lt;your-snowflake-database-name&amp;gt;');&lt;/P&gt;
&lt;P&gt;2. Then try querying a table:&lt;/P&gt;
&lt;P&gt;SELECT * FROM my_snowflake_catalog.schema_name.table_name LIMIT 10;&lt;/P&gt;
&lt;P&gt;3. You can also test the connection in Catalog Explorer by clicking on the connection and using the "Test connection" button.&lt;/P&gt;
&lt;P&gt;If you are getting an actual error when trying to query data through the connection (not just concerned about the URL display), please share the exact error message -- that would help narrow down whether there is a real connectivity issue vs. just a UI display concern.&lt;/P&gt;
&lt;P&gt;COMMON SNOWFLAKE FEDERATION ISSUES TO CHECK&lt;/P&gt;
&lt;P&gt;If you do run into actual connection failures, here are things to verify:&lt;/P&gt;
&lt;P&gt;- Network connectivity: Your Databricks workspace must be able to reach your Snowflake account endpoint on port 443.&lt;BR /&gt;- Authentication: If using OAuth, make sure you created the security integration in Snowflake with the correct redirect URI pointing to your workspace URL.&lt;BR /&gt;- Case sensitivity: If your Snowflake database name is case-sensitive, wrap it in double quotes when creating the foreign catalog, for example:&lt;/P&gt;
&lt;P&gt;CREATE FOREIGN CATALOG my_catalog&lt;BR /&gt;USING CONNECTION my_connection&lt;BR /&gt;OPTIONS (database '"MyDatabase"');&lt;/P&gt;
&lt;P&gt;- Compute requirements: You need Databricks Runtime 13.3 LTS or above, or a Pro/Serverless SQL warehouse (version 2023.40+).&lt;/P&gt;
&lt;P&gt;DOCUMENTATION REFERENCES&lt;/P&gt;
&lt;P&gt;Full Snowflake federation setup guide:&lt;BR /&gt;&lt;A href="https://docs.databricks.com/en/query-federation/snowflake.html" target="_blank"&gt;https://docs.databricks.com/en/query-federation/snowflake.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Lakehouse Federation overview (query federation vs. catalog federation):&lt;BR /&gt;&lt;A href="https://docs.databricks.com/en/query-federation/index.html" target="_blank"&gt;https://docs.databricks.com/en/query-federation/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;CREATE CONNECTION SQL reference:&lt;BR /&gt;&lt;A href="https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-connection.html" target="_blank"&gt;https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-ddl-create-connection.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps clarify things. If you are seeing an actual error message when testing or querying through the connection, please share it and we can dig deeper.&lt;/P&gt;
&lt;P&gt;* This reply used an agent system I built to research and draft this response based on the wide set of documentation I have available and previous memory. I personally review the draft for any obvious issues and for monitoring system reliability and update it when I detect any drift, but there is still a small chance that something is inaccurate, especially if you are experimenting with brand new features.&lt;/P&gt;
&lt;P&gt;* This reply used an agent system I built to research and draft this response based on the wide set of documentation I have available and previous memory. I personally review the draft for any obvious issues and for monitoring system reliability and update it when I detect any drift, but there is still a small chance that something is inaccurate, especially if you are experimenting with brand new features.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Mar 2026 04:51:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/snowflake-connection-federation-databticks/m-p/150144#M53269</guid>
      <dc:creator>SteveOstrowski</dc:creator>
      <dc:date>2026-03-08T04:51:45Z</dc:date>
    </item>
  </channel>
</rss>

