<?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 Not able to create external table in a schema under a Catalog. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64875#M32689</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;Problem Statement&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Cluster 1 (Shared Cluster) is not able to read the file location at "dbfs:/mnt/landingzone/landingzonecontainer/Inbound/" and hence we are not able to create an external table in a schema inside Enterprise Catalog.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Cluster 2 (No Isolation Shared) is able to read the file location at "dbfs:/mnt/landingzone/landingzonecontainer/Inbound/" and we are able to create an external table but the external table is getting created in default hive metastore catalog and not in the desired Enterprise Catalog.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;landingzone is an ADLS Gen2 mounted to Databricks Workspace through external location and storage credentials.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 Mar 2024 06:22:46 GMT</pubDate>
    <dc:creator>Meshynix</dc:creator>
    <dc:date>2024-03-28T06:22:46Z</dc:date>
    <item>
      <title>Not able to create external table in a schema under a Catalog.</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64875#M32689</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;U&gt;Problem Statement&lt;/U&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Cluster 1 (Shared Cluster) is not able to read the file location at "dbfs:/mnt/landingzone/landingzonecontainer/Inbound/" and hence we are not able to create an external table in a schema inside Enterprise Catalog.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Cluster 2 (No Isolation Shared) is able to read the file location at "dbfs:/mnt/landingzone/landingzonecontainer/Inbound/" and we are able to create an external table but the external table is getting created in default hive metastore catalog and not in the desired Enterprise Catalog.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;landingzone is an ADLS Gen2 mounted to Databricks Workspace through external location and storage credentials.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 06:22:46 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64875#M32689</guid>
      <dc:creator>Meshynix</dc:creator>
      <dc:date>2024-03-28T06:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create external table in a schema under a Catalog.</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64899#M32693</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/9"&gt;@Retired_mod&lt;/a&gt;&amp;nbsp;Wondering if you can please advise a solution. Thanks heaps in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 12:43:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64899#M32693</guid>
      <dc:creator>Meshynix</dc:creator>
      <dc:date>2024-03-28T12:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create external table in a schema under a Catalog.</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64917#M32701</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/92477"&gt;@Meshynix&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Can you provide the code snippet you execute to create your tables, this would give us a better insight for both use cases. Also can you provide the error that is being returned in the first use case. This would help a lot.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;</description>
      <pubDate>Thu, 28 Mar 2024 14:41:23 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64917#M32701</guid>
      <dc:creator>YuliyanBogdanov</dc:creator>
      <dc:date>2024-03-28T14:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create external table in a schema under a Catalog.</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64926#M32705</link>
      <description>&lt;P&gt;&lt;SPAN&gt;%sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;use catalog enterprise_catalog;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;use schema bronze;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;create table bronze_hmi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(sl_no string ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;date&amp;nbsp;&amp;nbsp; string ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;time&amp;nbsp;&amp;nbsp; string ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;auger_motor_rpm decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;auger_motor_rpm_act decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;auger_curr decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;auger_torque&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;auger_on_time&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;auger_off_time decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;blower_1_rpm&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;blower_2_rpm&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;blower_3_rpm&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;blower_4_rpm&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;blower_5_rpm&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;blower_6_rpm&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;temp1&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;temp2&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;temp3&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;temp4&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;temp5&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;temp6&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;total_power decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;system_current decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cooling_pump_on_time&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;cooling_pump_off_time&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;input_load_cell decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;output_load_cell&amp;nbsp;&amp;nbsp; decimal(22,3)&amp;nbsp; ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;misc_col&amp;nbsp;&amp;nbsp; string)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;USING CSV&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;OPTIONS (header "true", inferSchema "true")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;LOCATION "dbfs:/mnt/landingzone/landingzonecontainer/Inbound/hot_test_data/hmi/";&lt;BR /&gt;&lt;BR /&gt;Error Message&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;[UC_FILE_SCHEME_FOR_TABLE_CREATION_NOT_SUPPORTED] Creating table in Unity Catalog with file scheme dbfs is not supported.&lt;BR /&gt;Instead, please create a federated data source connection using the CREATE CONNECTION command for the same table provider, then create a catalog based on the connection with a CREATE FOREIGN CATALOG command to reference the tables therein. SQLSTATE: 0AKUC&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 15:45:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64926#M32705</guid>
      <dc:creator>Meshynix</dc:creator>
      <dc:date>2024-03-28T15:45:14Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create external table in a schema under a Catalog.</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64988#M32721</link>
      <description>&lt;P&gt;Seems like the answer is in the error. Can you try and follow this part of documentation and confirm if you have storage credential, external location, external table set up correctly:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.databricks.com/en/sql/language-manual/sql-ref-external-tables.html" target="_blank"&gt;https://docs.databricks.com/en/sql/language-manual/sql-ref-external-tables.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 06:29:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/64988#M32721</guid>
      <dc:creator>YuliyanBogdanov</dc:creator>
      <dc:date>2024-03-29T06:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create external table in a schema under a Catalog.</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/65087#M32736</link>
      <description>&lt;P&gt;It started working after we gave the exact external location path like&amp;nbsp;&lt;SPAN&gt;abfss:// of the landing zone mounted external location and we were able to create an external table in the managed external mounted location using shared cluster in the desired catalog and schema.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Mar 2024 10:04:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/65087#M32736</guid>
      <dc:creator>Meshynix</dc:creator>
      <dc:date>2024-03-30T10:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Not able to create external table in a schema under a Catalog.</title>
      <link>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/69110#M33817</link>
      <description>&lt;P&gt;External table creation failing with error :-&amp;nbsp;&lt;/P&gt;&lt;P&gt;UnityCatalogServiceException:[RequestId=**** ErrorClass=INVALID_PARAMETER_VALUE] Unsupported path operation PATH_CREATE_TABLE on volume.&lt;/P&gt;&lt;P&gt;Able to access and create files on external location.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 22:08:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/not-able-to-create-external-table-in-a-schema-under-a-catalog/m-p/69110#M33817</guid>
      <dc:creator>Avi_Bricks</dc:creator>
      <dc:date>2024-05-15T22:08:10Z</dc:date>
    </item>
  </channel>
</rss>

