top of page
< Back

Getting Started with Apache Airflow

Overview

Skills Needed

This course provides an introduction to Apache Airflow for beginners. Participants will learn about DAGs, operators, and how to use Airflow for automating and scheduling workflows.

  • Basic understanding of workflow concepts and Python programming

Outline

  • Introduction to Workflow Automation
  • Overview of Apache Airflow
  • Installation and Configuration
  • Defining and Managing Directed Acyclic Graphs (DAGs)
  • Working with Operators and Tasks
  • Task Dependencies and Scheduling
  • Monitoring and Logging Workflows
  • Data Handling with XCom
  • Extending Airflow Functionality with Plugins
  • Best Practices and Use Cases
bottom of page