Skip to content

Demo code for Airflow. (Data Pipeline with Apache Airflow).

Notifications You must be signed in to change notification settings

quangtn266/Airflow_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Airflow_demo

Demo code for Airflow. (Data Pipeline with Apache Airflow).

The demo code will cover programming code for the book following each chapter.

There are some common commands in Airflow:

  1. airflow db init/ reset/ upgrade (Initialize or Reset or Upgrade a database in Airflow)
  2. airflow users create --username admin --password admin --firstname Anonymous --lastname Admin --role Admin --email [email protected]
  3. airflow webserver -p 8080 (Make connnection to localhost:8080 or 127.0.0.1.8080 to Airflow' webserver)
  4. airflow scheduler (Generate a scheduler for airflow management)

About

Demo code for Airflow. (Data Pipeline with Apache Airflow).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published