Skip to content

priesdelly/airflow-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airflow Example

A simple Apache Airflow project for learning and testing Airflow fundamentals.

📋 Overview

This project contains basic Airflow DAGs designed for educational purposes and development testing.

🚀 Getting Started

Installation

# Install dependencies using uv
uv sync

📁 Project Structure

airflow-example/
├── dags/
│   └── hello_world.py          # Simple example DAG
├── plugins/
│   └── url_redirect_plugin.py  # Custom Airflow plugin for DAGs page filtering
├── .python-version             # Python version specification
├── pyproject.toml              # Project configuration and dependencies
├── uv.lock                     # Lock file for dependency versions
└── README.md                   # This file

Directory Overview

  • dags/ - Contains Airflow DAG (Directed Acyclic Graph) definitions
  • plugins/ - Custom Airflow plugins and extensions
  • pyproject.toml - Project metadata, dependencies, and build configuration
  • uv.lock - Dependency lock file ensuring reproducible installations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages