You work for MDFT Pro, a well-known training agency that manages student enrollment data. Claire, a Data Integration Developer at MDFT Pro, has created a data pipeline called EnrollmentProcessor in the StudentData workspace. The pipeline processes CSV files from Azure Blob Storage and loads them into a lakehouse named StudentRecords. Two files are generated each day by the company’s registration system: MorningEnrollments.csv (created at 1 PM with morning class registrations) and EveningEnrollments.csv (created at 4 PM with afternoon and evening class registrations). Claire needs to configure the pipeline to automatically process MorningEnrollments.csv at 2 PM each day and EveningEnrollments.csv at 5 PM each day, ensuring the data is loaded shortly after the files are created. The solution should be simple to configure and maintain without requiring additional code or external orchestration tools.
What should Claire use to configure the pipeline to run at these specific times?
Choose the correct answer from the options below.
Explanations for each answer: