Skip to content

Phani-kp/AirflowProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AirflowProject

This is a sample Apache Airflow project.

Setup

  1. Build the Docker image:

    docker build -t airflow_project .
  2. Run the Docker container:

    docker run -d -p 8080:8080 airflow_project
  3. Access the Airflow web server at http://localhost:8080.

DAGs

  • example_dag: A simple DAG that prints "Hello World".
  • another_dag: A dummy DAG that runs hourly.

Custom Plugins

  • custom_operator.py: An example of a custom operator.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published