Thanks for the question and using MS Q&A platform.
The SynapseIntegrationPipelineRuns
table in Log Analytics contains information about the pipeline runs in Azure Synapse Analytics. This includes details such as the pipeline name, start time, end time, status, and duration.
However, the table does not contain detailed debugging information about the pipeline runs. To access detailed debugging information, you can use the Azure Synapse Analytics Studio or the Azure Synapse Analytics REST API.
In Azure Synapse Analytics Studio, you can view the pipeline runs and their details in the "Pipeline runs" tab. You can click on a specific pipeline run to view its details, including the input and output data, activity runs, and debugging information.
Alternatively, you can use the Azure Synapse Analytics REST API to retrieve the pipeline run details programmatically. You can use the Get Pipeline Run
API to retrieve the details of a specific pipeline run, including the input and output data, activity runs, and debugging information.
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.