Solved
Adobe Campaign Classic Scheduler
Hello Community,
In this scenario we are trying to pull data from adobe cloud and save it in AWS S3 bucket as a pipe delimited file.
- In the current situation the Scheduler is just grabbing everything from the DataBase and storing it in the S3 bucket...
- Every-time it run's, The data transfer has to start from where it has left out and grab from that date onwards.
- Should the Incremental query has to be linked to a Scheduler in order to define the execution frequency of the workflow, and therefore the query ?
- How can we do it in a workflow ?