Lake Database table created Delta Location not populating schema for Table in Synapse UI

Anish, Sukhathankar 5 Reputation points
2025-05-15T12:49:06.53+00:00

I have migrated Synapse from one subscription to another including all the data that is stored in Storage account ( Which also consist Delta tables ). While migrating all the things got migrated except Lake Database tables in synapse workspace.

Now I am trying to create Lake Database and tables by using the Delta location pointing to ADLS Gen 2 account.

Below is the link which I followed :

https://stackoverflow.com/questions/77073002/does-azure-synapse-analytics-database-designer-do-not-support-delta-format

Screenshot of the Steps :

Please note, I have Apache spark pool at my disposal and not SQL Pool.User's image

After this, I can see the data after running Select * statement inside the table and also the table getting created in Data Pane under mentioned Database.

But Somehow, I am not able to see the columns of that table in UI

User's image

It is not in sync,

I even tried options like,

  • spark.catalog.refreshTable("ma_presentation.dim_currency")
  • REFRESH TABLE ma_presentation.dim_currency
  • Clicking on refresh option on UI for table, column etc.

But no use.

Can you please let me know how I can achieve this?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,339 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.