Data flow run on demand
I would like to run on demand a data flow for a specific source. I checked this documentation: On-demand Ingestion for Sources Dataflows In The UI | Adobe Experience Platform
These are the parameters required for running on demand.
Ingestion start time - The scheduled time of when the on-demand flow run will begin.
Date range start time - The earliest date and time that data will be retrieved from.
Date range end time - The date and time that data will be retrieved up to.
Below, what date is that which must be selected for "Date range start time" and "Date range end time" parameters? The wording in the documentation is very unclear.
This is an SFTP source, and the data resides in a certain csv file in the location (like MyFile.csv). The file is periodically overwritten by keeping the same name, and I want to import the new content, in full.
Any clarification will be highly appreciated.