I am creating a Power BI report to monitor performance of some azure resources. I have created an azure data factory resource and did its diagnostic setting to fetch its logs in log analytics workspace. For data factory resource I am getting error, error code and error message columns in logs of "ADFActivityRuns" logs. Similarly I created Synapse Analytics workspace and performed pipelines and activities succeeded and failed scenarios to capture its logs, but for synapse analytics workspace, those error, error code and error message columns are not available for "SynapseIntegrationActivityRuns" logs.
I know if a pipeline fails in synapse workspace we can view its error message in monitoring section->pipeline runs->pipeline name->error column
So how can I get error details of Synapse analytics workspace (pipeline & activity fails error message) in log analytics workspace?
We wanted to create a Power BI report to provide consolidated view of the resource(like how many pipelines/ activities are failing and what is the reason for that failure). We have successfully created it for Azure data factory, But for Synapse we are not getting those errors related columns in logs.