issues in synapse pipelines which accessing the checkpoints key with input parameters

ANKIT GHENGE 65 Reputation points
2024-12-20T14:24:05.0233333+00:00

hello team,

i am getting synapse analytics pipelines failures with error referring the checkpoint mistaching with the checkpoint in input parameters.

tried to check the input as the respective dataflow is fetching data from cosmosDb with CDC approach and seems to be issue with CDC checkpoint.

please assist me on this.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,521 questions
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,117 questions
{count} votes

Accepted answer
  1. Ganesh Gurram 3,025 Reputation points Microsoft Vendor
    2024-12-23T18:50:28.94+00:00

    @ANKIT GHENGE - The error you're encountering indicates a mismatch between the container IDs in the checkpoint and those in the input parameters of your dataflow. This can occur when the checkpoint is reset or if there are changes in the pipeline or activity names, which can lead to the checkpoint being invalidated.

    To resolve this issue, you should ensure that the checkpoint key used in your dataflow activity is consistent with the input parameters. If you have changed the pipeline or activity names, consider using a custom checkpoint key to maintain the correct reference to the previous state of your data.

    Additionally, if you are using the Change Data Capture (CDC) approach, make sure that the source data is consistent and that the checkpoint is properly configured to track changes since the last successful run.


    References: Change data capture in Azure Data Factory and Azure Synapse Analytics

    Hope this helps. Do let us know if you have any further queries.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.