Forum Discussion

emoreau99's avatar
emoreau99
Copper Contributor
Nov 18, 2024

Purview Connector Status

I have set up an Instant Bloomberg connector in Microsoft Purview. Data is now flowing daily from Bloomberg to Microsoft Purview.

How can I retreive the status of the connector?

My prefered option would be to have a a PowerShell script to extract the "Connection status with source", the "last import at" and the latest log.

And if that PS script cannot be done, an email sent by Purview with about the same info would work.

 

2 Replies

  • Hi, Please try this and let me know if issue still persists :

     

     Step 1: Confirm the table exists in the Fabric warehouse and is query able.

    Step 2: In Purview:

    • Go to Data Map > Sources and check if the table is registered.
    • If not, trigger schema refresh or re-register the warehouse source.

    Step 3: Validate scan rule set:

    • Ensure no filters exclude the table name or schema.

    Step 4: Check permissions for the Purview scan identity on the warehouse.

    Step 5: If metadata corruption is suspected:

    • Drop and recreate the table in the warehouse.
    • Run a full scan instead of incremental.

     Step 6: If still missing:

    • Use Purview REST API or Fabric Unified Catalog to manually publish metadata for the table.

     

    • emoreau99's avatar
      emoreau99
      Copper Contributor

      Thanks but that doesn't seem to be related to my question from almost a year ago!

Resources