Lake Database table created Delta Location not populating schema for Table in Synapse UI
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 :
Screenshot of the Steps :
Please note, I have Apache spark pool at my disposal and not SQL Pool.
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
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?