1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Apache Airflow in Python

Connected

Exercise

Defining a task SLA

After completing the SLA on the entire workflow, you realize you really only need the SLA timing on a specific task instead of the full workflow.

The appropriate Airflow libraries are imported for you.

Instructions

100 XP
  • Import the timedelta object.
  • Add a 3 hour sla to the task.