• Stars
    star
    1
  • Language
    Python
  • Created over 7 years ago
  • Updated about 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Airflow is a workflow management built by Airbnb. Complex workflows are defined using python code which represent DAG(Directed Acyclic Graphs). DAG's define tasks using operators,handles smart scheduling and dependencies among tasks executions as well as failures and retries.