{"library":"apache-airflow-core","install":[{"cmd":"pip install \"apache-airflow[standard]==3.2.0\" --constraint \"https://raw.githubusercontent.com/apache/airflow/constraints-3.2.0/constraints-3.10.txt\"","imports":["from airflow import DAG","from datetime import datetime","from airflow.operators.bash import BashOperator","from airflow.operators.python import PythonOperator"]},{"cmd":"pip install \"apache-airflow[standard]==AIRFLOW_VERSION\" --constraint \"https://raw.githubusercontent.com/apache/airflow/constraints-AIRFLOW_VERSION/constraints-PYTHON_VERSION.txt\"","imports":[]}]}