<?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: Is it possible to connect Databricks SQL with AWS Redshift DB? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23834#M16530</link>
    <description>&lt;P&gt;@Lorenzo Rondan​&amp;nbsp;, So it seems that this syntax USING com.databricks.spark.redshift is working only in notebook/standard workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks SQL endpoints have a different runtime. So let's hope that the unity catalog mentioned in error will include external systems.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2022 09:01:45 GMT</pubDate>
    <dc:creator>Hubert-Dudek</dc:creator>
    <dc:date>2022-04-05T09:01:45Z</dc:date>
    <item>
      <title>Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23828#M16524</link>
      <description>&lt;P&gt;I would like to know if it's possible to connect Databricks SQL module with not just internal Metastore DB and tables from Data Science and Engineering module but also connect with an AWS Redshift DB to do queries and create alerts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1954i21A895156E5A3518/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 12:02:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23828#M16524</guid>
      <dc:creator>LorenRD</dc:creator>
      <dc:date>2022-04-04T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23829#M16525</link>
      <description>&lt;P&gt;@Lorenzo Rondan​&amp;nbsp;, I agree with your vision as we can register parquet from some s3; why not as a data mesh register anything, for example, Redshift or Azure SQL database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 12:36:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23829#M16525</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-04-04T12:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23830#M16526</link>
      <description>&lt;P&gt;@Lorenzo Rondan​&amp;nbsp;, You can create a table pointing to redshift in a python notebook and register that table with the metastore. &lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 15:37:57 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23830#M16526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-04T15:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23831#M16527</link>
      <description>&lt;P&gt;Hi @Joseph Kambourakis​&amp;nbsp; can you give an example or link docs to do it? Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 15:40:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23831#M16527</guid>
      <dc:creator>LorenRD</dc:creator>
      <dc:date>2022-04-04T15:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23832#M16528</link>
      <description>&lt;P&gt;Yes sorry, indeed there is CREATE TABLE USING JDBC driver, never tried it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CREATE TABLE example_table
USING com.databricks.spark.redshift
OPTIONS (
  dbtable '&amp;lt;your-table-name&amp;gt;',
  tempdir 's3a://&amp;lt;your-bucket&amp;gt;/&amp;lt;your-directory-path&amp;gt;',
  url 'jdbc:redshift://&amp;lt;the-rest-of-the-connection-string&amp;gt;'
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 16:39:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23832#M16528</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-04-04T16:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23833#M16529</link>
      <description>&lt;P&gt;@Hubert Dudek​&amp;nbsp;@Joseph Kambourakis​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After testing this new table pointing to redshift it doesn't work because com.databricks.spark.redshift is not a supported data source in Databricks SQL (Not delta like a normal DB/Tabled stored in S3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/1966i4E1199BACAF08208/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 21:35:12 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23833#M16529</guid>
      <dc:creator>LorenRD</dc:creator>
      <dc:date>2022-04-04T21:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23834#M16530</link>
      <description>&lt;P&gt;@Lorenzo Rondan​&amp;nbsp;, So it seems that this syntax USING com.databricks.spark.redshift is working only in notebook/standard workspace.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Databricks SQL endpoints have a different runtime. So let's hope that the unity catalog mentioned in error will include external systems.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 09:01:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23834#M16530</guid>
      <dc:creator>Hubert-Dudek</dc:creator>
      <dc:date>2022-04-05T09:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23835#M16531</link>
      <description>&lt;P&gt;@Lorenzo Rondan​&amp;nbsp;, Hi You can check on the below content and please search for Redshift.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/data" alt="https://docs.databricks.com/data" target="_blank"&gt;https://docs.databricks.com/data&lt;/A&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2022 11:18:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23835#M16531</guid>
      <dc:creator>User16725394280</dc:creator>
      <dc:date>2022-04-08T11:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23837#M16533</link>
      <description>&lt;P&gt;Hi @Kaniz Fatma​&amp;nbsp;I contacted Customer support explaining this issue, they told me that this feature is not implemented yet but it's in the roadmap with no ETA. It would be great if you ping me back when it's possible to access Redshift tables from SQL module in Databricks SQL&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 13:20:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23837#M16533</guid>
      <dc:creator>LorenRD</dc:creator>
      <dc:date>2022-04-26T13:20:33Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect Databricks SQL with AWS Redshift DB?</title>
      <link>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23839#M16535</link>
      <description>&lt;P&gt;Done, thanks. Looking forward for your update.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 15:00:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/is-it-possible-to-connect-databricks-sql-with-aws-redshift-db/m-p/23839#M16535</guid>
      <dc:creator>LorenRD</dc:creator>
      <dc:date>2022-04-26T15:00:53Z</dc:date>
    </item>
  </channel>
</rss>

