@Robert Hurwitz I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to accept the answer .
Ask: What are the prerequisites or specific conditions that trigger the visibility of the "Checkpoint Key" property in the settings tab of a data flow activity in both Azure Synapse Analytics and Azure Data Factory?
Expected Outcome: I am looking to understand how to access or enable the "Checkpoint Key" property in the data flow activity settings to override it in my pipeline.
Solution: The Checkpoint Key shows only when you enable Change data capture in the source configuration of a dataflow activity. I have checked with DelimitedText as a source, and it was working fine.
However, when I selected the source as CosmosDb, by default Change data capture was enabled, but I still faced the same issue: the Checkpoint Key was not showing.
The Checkpoint Key will be displayed according to the dataset selected.
So, I figured out that I first needed to enable Change data capture by selecting DelimitedText as the input type in Source settings.
and
Then, you will get the Checkpoint Key.
After that, you can change the source data to CosmosDb and will be able to Override.
I hope this helps!
If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.
Please don’t forget to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.