How do I create azure datafactory for incremental load using python? Where should I mention file load option(Incremental Load:LastModifiedOn) while creating activity or pipeline??
We can do that using UI by selecting File Load Option. But how to do the same pragmatically using python?
Does python api for datafactory support this or not?