Background: I have scheduled pipelines running for copying data from source to destination. This is scheduled to run daily at a specific time.
Problem: The input dataset to the pipeline is external and not available at specific time intervals. This means the copy activity will have to wait until the Scheduled Start time mentioned in the Pipeline to kickoff. Considering the volume of data, I don't want to waste my time here.
Requirement: At any given time I have access to the time when my input data set is available. With this in hand, I want to know how to trigger an ADF Pipeline from C# though its scheduled to start only at a specific time.