<?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: Access RDS Postgres DB via SSH Tunnel in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/45057#M1104</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078"&gt;@Debayan&lt;/a&gt;&amp;nbsp;the issue is the lack of support for ssh tunnels - there is no configuration for these on foreign catalog connections&lt;/P&gt;</description>
    <pubDate>Fri, 15 Sep 2023 16:50:56 GMT</pubDate>
    <dc:creator>kashy</dc:creator>
    <dc:date>2023-09-15T16:50:56Z</dc:date>
    <item>
      <title>Access RDS Postgres DB via SSH Tunnel</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/43604#M929</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I configure a foreign catalog connection to use SSH tunneling? I want to be able to use unity catalog&lt;/P&gt;</description>
      <pubDate>Tue, 05 Sep 2023 08:08:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/43604#M929</guid>
      <dc:creator>kashy</dc:creator>
      <dc:date>2023-09-05T08:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Access RDS Postgres DB via SSH Tunnel</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44292#M1011</link>
      <description>&lt;P&gt;Hi, in addition to our previous message, you can try&amp;nbsp;&lt;A href="https://docs.databricks.com/en/query-federation/foreign-catalogs.html" target="_blank"&gt;https://docs.databricks.com/en/query-federation/foreign-catalogs.html&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://grant-6562.medium.com/connecting-to-sql-server-through-an-ssh-tunnel-with-python-17de859caca5" target="_blank"&gt;https://grant-6562.medium.com/connecting-to-sql-server-through-an-ssh-tunnel-with-python-17de859caca5&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Also please tag&amp;nbsp;@Debayan​&amp;nbsp;with your next response which will notify me, Thank you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 07:53:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44292#M1011</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-09-11T07:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: Access RDS Postgres DB via SSH Tunnel</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44302#M1014</link>
      <description>&lt;P&gt;I cannot seem to get the link to raise a support ticket - just diverts me back here!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 08:47:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44302#M1014</guid>
      <dc:creator>kashy</dc:creator>
      <dc:date>2023-09-11T08:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: Access RDS Postgres DB via SSH Tunnel</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44303#M1015</link>
      <description>&lt;P&gt;thanks&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078"&gt;@Debayan&lt;/a&gt;&amp;nbsp;that might work for a JDBC connection but I want to use in a foreign connection with unity catalog which this would not work with&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 08:49:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44303#M1015</guid>
      <dc:creator>kashy</dc:creator>
      <dc:date>2023-09-11T08:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Access RDS Postgres DB via SSH Tunnel</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44688#M1062</link>
      <description>&lt;P&gt;Hi ,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You work with foreign catalogs in the same way that you work with any catalog managed by Unity Catalog:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;View information about a foreign catalog: see &lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/create-catalogs.html#view-catalog" target="_blank" rel="noopener"&gt;View catalog details.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;In addition to the information that is displayed for standard Unity Catalog catalogs, Catalog Explorer also displays the Connection used by the foreign catalog and the external database or catalog that is mirrored by the foreign catalog.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Run read-only queries on tables in foreign catalogs: see &lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/queries.html" target="_blank" rel="noopener"&gt;Query data.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;When you write queries in Databricks, you must use Apache Spark data types. For a mapping of Spark data types to your external database data types, see the article for your connection type, listed in the table of contents in the left navigation pane of this documentation site.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Grant read-only access to data in foreign catalogs: see &lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/manage-privileges/index.html" target="_blank" rel="noopener"&gt;Manage privileges in Unity Catalog.&lt;/A&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Get data lineage for tables in foreign catalogs: see &lt;A href="https://docs.databricks.com/en/data-governance/unity-catalog/data-lineage.html" target="_blank" rel="noopener"&gt;Capture and view data lineage with Unity Catalog.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;To learn how to create foreign catalogs, see &lt;A href="https://docs.databricks.com/en/query-federation/index.html#foreign-catalog" target="_blank" rel="noopener"&gt;Create a foreign catalog.&lt;/A&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 14 Sep 2023 04:41:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/44688#M1062</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-09-14T04:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Access RDS Postgres DB via SSH Tunnel</title>
      <link>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/45057#M1104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/26078"&gt;@Debayan&lt;/a&gt;&amp;nbsp;the issue is the lack of support for ssh tunnels - there is no configuration for these on foreign catalog connections&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 16:50:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/access-rds-postgres-db-via-ssh-tunnel/m-p/45057#M1104</guid>
      <dc:creator>kashy</dc:creator>
      <dc:date>2023-09-15T16:50:56Z</dc:date>
    </item>
  </channel>
</rss>

