Airflow Documentation
Airflow Documentation
Airflow is a platform that lets you build and run workflows. A workflow is
represented as a DAG (a Directed Acyclic Graph), and contains individual pieces of
work called Tasks, arranged with dependencies and data flows taken into account.
Architecture of Airflow:-
2.AGC
3.FEP
4.WGS
5.WGS_ODS
Requirement 1:- Need to change the bactch id for all the Json’s
source /apps/fcs-python-modules/fcs2.0/bin/activate
source /apps/fcs-python-modules/fcs2.0/bin/activate
cd /apps/fcs-python-modules/AGP/python
python config_agp.py
Creation of Dags:-
Step 1: Go to the /apps/fcs-python-modules/airflow/dags path and create Yaml file with dag name,
Step2: Create the python file with .py extension and pass the path of yaml in DagFactory function.