<?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: Unity catalogue sync problem in Data Governance</title>
    <link>https://community.databricks.com/t5/data-governance/unity-catalogue-sync-problem/m-p/133084#M2620</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/186824"&gt;@ajai_duraisamy&lt;/a&gt;&amp;nbsp;Here are few checks you can do:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;&lt;!--  ScriptorStartFragment  --&gt;SHOW TABLES IN &amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt; LIKE '&amp;lt;table&amp;gt;'; This command will show if the table exists in UC.&lt;!--  ScriptorEndFragment  --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;Make sure your compute is UC‑enabled.&lt;BR /&gt;If you’re on a cluster/SQL Warehouse without UC enabled (or created before the metastore assignment settled), object resolution can misbehave. You should see the Unity Catalog badge on the cluster and use Single User or Shared access mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Run refresh command on the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
-- Force Spark to drop any cached plan/metadata
REFRESH TABLE &amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt;.&amp;lt;table&amp;gt;;

-- Ask UC to resync table metadata (works for Delta tables)
REPAIR TABLE &amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt;.&amp;lt;table&amp;gt; SYNC METADATA;&lt;/LI-CODE&gt;&lt;P&gt;4. If none of the above steps works out. Can you please drop the table and run a dry run on the table and share the output.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
SYNC TABLE &amp;lt;uc_catalog&amp;gt;.&amp;lt;uc_schema&amp;gt;.&amp;lt;table&amp;gt;
  FROM hive_metastore.&amp;lt;hms_schema&amp;gt;.&amp;lt;source_table&amp;gt;
  DRY RUN;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Sep 2025 14:47:54 GMT</pubDate>
    <dc:creator>nayan_wylde</dc:creator>
    <dc:date>2025-09-26T14:47:54Z</dc:date>
    <item>
      <title>Unity catalogue sync problem</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalogue-sync-problem/m-p/133080#M2619</link>
      <description>&lt;P&gt;Hi Everyone ,&lt;BR /&gt;while I am creating sync table in UC, I got an error and failed . then I am not able to recreate the same table.&lt;BR /&gt;when I checked the catalogue table name is there but not able to open , and I am querying the same in the notebook .&lt;BR /&gt;it's giving as &lt;SPAN&gt;The table or view cannot be found&lt;/SPAN&gt;&lt;BR /&gt;Can some one help me here.&lt;BR /&gt;&lt;BR /&gt;Thankyou&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 14:08:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalogue-sync-problem/m-p/133080#M2619</guid>
      <dc:creator>ajai_duraisamy</dc:creator>
      <dc:date>2025-09-26T14:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Unity catalogue sync problem</title>
      <link>https://community.databricks.com/t5/data-governance/unity-catalogue-sync-problem/m-p/133084#M2620</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/186824"&gt;@ajai_duraisamy&lt;/a&gt;&amp;nbsp;Here are few checks you can do:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp;&lt;SPAN&gt;&lt;!--  ScriptorStartFragment  --&gt;SHOW TABLES IN &amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt; LIKE '&amp;lt;table&amp;gt;'; This command will show if the table exists in UC.&lt;!--  ScriptorEndFragment  --&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2.&amp;nbsp;Make sure your compute is UC‑enabled.&lt;BR /&gt;If you’re on a cluster/SQL Warehouse without UC enabled (or created before the metastore assignment settled), object resolution can misbehave. You should see the Unity Catalog badge on the cluster and use Single User or Shared access mode.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3. Run refresh command on the table.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
-- Force Spark to drop any cached plan/metadata
REFRESH TABLE &amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt;.&amp;lt;table&amp;gt;;

-- Ask UC to resync table metadata (works for Delta tables)
REPAIR TABLE &amp;lt;catalog&amp;gt;.&amp;lt;schema&amp;gt;.&amp;lt;table&amp;gt; SYNC METADATA;&lt;/LI-CODE&gt;&lt;P&gt;4. If none of the above steps works out. Can you please drop the table and run a dry run on the table and share the output.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;%sql
SYNC TABLE &amp;lt;uc_catalog&amp;gt;.&amp;lt;uc_schema&amp;gt;.&amp;lt;table&amp;gt;
  FROM hive_metastore.&amp;lt;hms_schema&amp;gt;.&amp;lt;source_table&amp;gt;
  DRY RUN;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Sep 2025 14:47:54 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-governance/unity-catalogue-sync-problem/m-p/133084#M2620</guid>
      <dc:creator>nayan_wylde</dc:creator>
      <dc:date>2025-09-26T14:47:54Z</dc:date>
    </item>
  </channel>
</rss>

