Forum Discussion
Fabric Mirrored Databases
- 3 months ago
But, did you check the status using the API? according to the current documntation, at table-level, there is not sucha "Running", see from current oficial doc. Mirroring - Get Tables Mirroring Status - REST API (MirroredDatabase) | Microsoft Learn ... in my article Removing Orphan Fabric Deployment Pipelines follow pre-requisites and solution steps 1 (get access token) & 2 (post-man auth) and issue a Post request to the interface replacing Ids as corresponding
https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/mirroredDatabases/{mirroredDatabaseId}/getTablesMirroringStatusAnd check the status of the tables, what is the actual status of the tables?
Let us know!
Thanks for that, looking at the monitor replication screen the status is 'running' and for each table the status is 'running', does this mean the tables are still being currently updated or is it in a ready stage waiting for new files to landed in the landing zone before the mirrored database is updated.
But, did you check the status using the API? according to the current documntation, at table-level, there is not sucha "Running", see from current oficial doc. Mirroring - Get Tables Mirroring Status - REST API (MirroredDatabase) | Microsoft Learn ... in my article Removing Orphan Fabric Deployment Pipelines follow pre-requisites and solution steps 1 (get access token) & 2 (post-man auth) and issue a Post request to the interface replacing Ids as corresponding
https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/mirroredDatabases/{mirroredDatabaseId}/getTablesMirroringStatus
And check the status of the tables, what is the actual status of the tables?
Let us know!