Skip to content

assadali007/airflow-learning-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Apache Airflow Practice DAGs

This repository contains example DAGs I built while learning Apache Airflow.

Included DAGs

  • executing_multiple_tasks.py – Demonstrates task dependencies using BashOperator.

Each DAG can be run locally in Airflow.

Concepts covered:

  • DAG scheduling and dependencies
  • Upstream/Downstream task relationships
  • BashOperator commands
  • Use of with DAG context manager
  • Screen Shot 2025-11-07 at 4 41 53 PM

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages