<?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 @All Users Group​ , can someone please advise on this question? using community edition databricks can we connect PostgreSql is this possible,since I ... in Warehousing &amp; Analytics</title>
    <link>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14245#M260</link>
    <description>&lt;P&gt;@All Users Group​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone please advise on this question? &lt;/P&gt;&lt;P&gt;using community edition databricks can we connect PostgreSql is this possible,since I have tried but I was getting the error, please refer to the below post for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2022 20:51:18 GMT</pubDate>
    <dc:creator>db-avengers2rul</dc:creator>
    <dc:date>2022-12-28T20:51:18Z</dc:date>
    <item>
      <title>@All Users Group​ , can someone please advise on this question? using community edition databricks can we connect PostgreSql is this possible,since I ...</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14245#M260</link>
      <description>&lt;P&gt;@All Users Group​&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone please advise on this question? &lt;/P&gt;&lt;P&gt;using community edition databricks can we connect PostgreSql is this possible,since I have tried but I was getting the error, please refer to the below post for more details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2022 20:51:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14245#M260</guid>
      <dc:creator>db-avengers2rul</dc:creator>
      <dc:date>2022-12-28T20:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: @All Users Group​ , can someone please advise on this question? using community edition databricks can we connect PostgreSql is this possible,since I ...</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14246#M261</link>
      <description>&lt;P&gt;It is possible, but it looks like your code is a little bit messy.&lt;/P&gt;&lt;P&gt;Check this article up:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/external-data/postgresql.html" target="test_blank"&gt;https://docs.databricks.com/external-data/postgresql.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 06:32:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14246#M261</guid>
      <dc:creator>daniel_sahal</dc:creator>
      <dc:date>2022-12-29T06:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: @All Users Group​ , can someone please advise on this question? using community edition databricks can we connect PostgreSql is this possible,since I ...</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14247#M262</link>
      <description>&lt;P&gt; @Daniel Sahal​&amp;nbsp;&lt;/P&gt;&lt;P&gt;please check i have just followed exactly  the same as per the databricks documentation.but still getting the error&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 17:55:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14247#M262</guid>
      <dc:creator>db-avengers2rul</dc:creator>
      <dc:date>2022-12-29T17:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: @All Users Group​ , can someone please advise on this question? using community edition databricks can we connect PostgreSql is this possible,since I ...</title>
      <link>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14248#M263</link>
      <description>&lt;P&gt;@Daniel Sahal​&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DROP TABLE IF EXISTS postgresql_table;
CREATE TABLE postgresql_table
USING postgresql
OPTIONS (
  dbtable '&amp;lt;table-name&amp;gt;',
  host '&amp;lt;database-host-url&amp;gt;',
  port '5432',
  database '&amp;lt;database-name&amp;gt;',
  user '&amp;lt;username&amp;gt;',
  password '&amp;lt;password&amp;gt;'
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is that i need to enter in dbtable '&amp;lt;table-name&amp;gt;', ? &lt;/P&gt;&lt;P&gt;what is that i need to enter in   host '&amp;lt;database-host-url&amp;gt;' ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any sample example ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 19:07:30 GMT</pubDate>
      <guid>https://community.databricks.com/t5/warehousing-analytics/all-users-group-can-someone-please-advise-on-this-question-using/m-p/14248#M263</guid>
      <dc:creator>db-avengers2rul</dc:creator>
      <dc:date>2022-12-29T19:07:30Z</dc:date>
    </item>
  </channel>
</rss>

