<?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: External table issue in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30356#M21994</link>
    <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-external-tables?tabs=hadoop" alt="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-external-tables?tabs=hadoop" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-external-tables?tabs=hadoop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External tables are not actual tables but a 'view' on top of data which resides somewhere else, NOT in the database.&lt;/P&gt;&lt;P&gt;If you use df.write.format(...sqldw) you are actually gonna write into the database itself which makes it a common table.&lt;/P&gt;&lt;P&gt;If you would use df.write.parquet(&amp;lt;path&amp;gt;) you could create an external table on top of the data, see the link I provided.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Sep 2022 08:04:49 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2022-09-29T08:04:49Z</dc:date>
    <item>
      <title>External table issue</title>
      <link>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30353#M21991</link>
      <description>&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;I am using df.write command and the table is getting created.&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/1444iDBB3EA33CECA3B16/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;If you refer the below screenshot the table got created in Tables folder in dedicated sql pool. But i required in the External Tables folder.&lt;/P&gt;&lt;P&gt;&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/1442i06C7967B6BFDABD7/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;Regards&lt;/P&gt;&lt;P&gt;RK&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2022 15:33:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30353#M21991</guid>
      <dc:creator>RohitKulkarni</dc:creator>
      <dc:date>2022-09-28T15:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: External table issue</title>
      <link>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30354#M21992</link>
      <description>&lt;P&gt;if you actually write into Synapse, it is not an external table.  the data resides on synapse.&lt;/P&gt;&lt;P&gt;If you want to have an external table, write the data on your data lake in parquet/delta lake format and then create an external table on that location in synapse.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:46:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30354#M21992</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-09-29T07:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: External table issue</title>
      <link>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30355#M21993</link>
      <description>&lt;P&gt;Please can you explain me with examples .&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 07:54:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30355#M21993</guid>
      <dc:creator>RohitKulkarni</dc:creator>
      <dc:date>2022-09-29T07:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: External table issue</title>
      <link>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30356#M21994</link>
      <description>&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-external-tables?tabs=hadoop" alt="https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-external-tables?tabs=hadoop" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/synapse-analytics/sql/develop-tables-external-tables?tabs=hadoop&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;External tables are not actual tables but a 'view' on top of data which resides somewhere else, NOT in the database.&lt;/P&gt;&lt;P&gt;If you use df.write.format(...sqldw) you are actually gonna write into the database itself which makes it a common table.&lt;/P&gt;&lt;P&gt;If you would use df.write.parquet(&amp;lt;path&amp;gt;) you could create an external table on top of the data, see the link I provided.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:04:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30356#M21994</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-09-29T08:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: External table issue</title>
      <link>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30357#M21995</link>
      <description>&lt;P&gt;Thanks for sharing the link.But this can be tested in synapse analytics but not in databricks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:52:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30357#M21995</guid>
      <dc:creator>RohitKulkarni</dc:creator>
      <dc:date>2022-09-29T08:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: External table issue</title>
      <link>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30358#M21996</link>
      <description>&lt;P&gt;yes, databricks can send data to synapse but table management is done in Synapse, not databricks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 08:54:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/external-table-issue/m-p/30358#M21996</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2022-09-29T08:54:02Z</dc:date>
    </item>
  </channel>
</rss>

