An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Welcome to Microsoft Q&A!
@Steven Bogaers I hope you are doing well,
Building on Himaja's excellent points, it looks like the background metadata processor got caught in a persistent retry loop during your previous capacity outage and is now failing to recover on its own (as indicated by the 102 attempts and TableMetadataUpdated: false).
Because the change files are still arriving at the storage account, the upstream connection is fine, but the downstream merge process is blocked waiting for that metadata flag to clear.
Recommended Next Step: To break this loop and force the metadata to update without waiting on a backend support ticket, the most effective self-service workaround is to remove and re-add the affected tables in your Synapse Link profile:
Go to the Power Apps Maker Portal (make.powerapps.com) and navigate to Azure Synapse Link.
Select your active link profile and remove the specific F&O tables that are stuck.
- Save the profile, wait a few minutes for the backend to clear the blocked state, and then re-add the tables.
This process will force the system to perform a fresh initial sync for those specific tables, completely regenerating the metadata and allowing the change files to start merging again.
Help make this community better for everyone: if this answer resolved your issue, please accept it or leave an upvote. If not, share more details in a comment so we can continue the discussion and find the right solution