You work for MDFT Pro, a well-known training agency that processes student enrollment data daily. Mark, a Data Engineer at MDFT Pro, manages a data pipeline called DailyEnrollmentProcessor that runs a notebook to ingest and transform enrollment data from an external student information system, then updates a semantic model used by business intelligence reports. The notebook (EnrollmentTransform) loads new enrollment records, validates data quality, and writes the processed data to a lakehouse. After the data is successfully loaded, the semantic model (EnrollmentMetrics) must be refreshed so that management dashboards reflect the latest enrollment figures. The pipeline must run automatically every morning at 07:00 AM UTC to process overnight enrollments. Occasionally, the external system experiences temporary connection issues, so the notebook should retry up to twice before failing. The semantic model should only refresh if the notebook completes successfully to avoid showing incomplete data in reports.
Which three actions should Mark perform to configure Pipeline1? Each correct answer presents part of the solution.
Choose all correct answers from the options below.
Explanations for each answer: