DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Apache Airflow in 5 minutes

5 years ago medium.com
Apache Airflow in 5 minutes

Summary: This is a summary of an article originally published by the source. Read the full original article here →

It is a platform to programmatically schedule, and monitor workflows for scheduled jobs. Apache airflow makes your workflow simple, well organized, and more systematic which can be easily authored and schedules based on the requirement.

Workflow is divided into one or more than one task which relates to each other and forms a DAG (Directed Acyclic Graph).

If your task is dependent on some other task, you can set dependencies based on your requirement.

In the DAG folder, you need to upload all your python script or DAG which will get rendered into the airflow server and show in the UI, and then you can trigger it manually or if scheduled, it will trigger automatically.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com