As in the previous article Airflow for beginners — I we learn about the airflow and how to install the airflow on local. In this article, we will learn about the DAG and how to use the web airflow for scheduling the work and managing it. Let’s start with the DAG and then we will learn about the web airflow. DAG (Directed Acyclic Graph) DAG is a directed graph without a cycle in it. It has a finite number of edges and nodes. In which we can know which thing(node) will come first and we will know the sequence of the nodes. so just think as each node is a work( that you want to execute ) so we can represent the sequencing of the work by the DAG and that’s why DAG is an essential part of the airflow. WEB AIRFLOW So now as you saw that on localhost:8080 if you open it will look like: now, these are the example DAG or work that is added already so for adding your own script(DAG) just follow simple steps mentioned below: Just go to the airflow directory in terminal (it wil...
Mindful Machines is a blog dedicated to exploring the intersection of mindfulness and machine learning. We believe that a more thoughtful approach to the development and deployment of AI systems is crucial for ensuring that they benefit society as a whole. Our articles cover a range of topics, from the ethical considerations of AI to the latest research in machine learning. We strive to create a space where researchers, practitioners, and anyone interested in the field can come together to learn