Skip to content

VViles/airflow_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

testing:

in the container : 
# Check dag script: 
list_dags

# Test tasks:
airflow list_tasks test_workflow
airflow test test_workflow {task_id} 2016-00-01

# run workflow
airflow backfill test_workflow -s 2016-04-19

you have to change the date if you want to rerun everything, otherwise only failed tasks will be retried

About

Test of airflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • Shell 0.9%