{"library":"apache-airflow-core","type":"library","category":null,"description":"Apache Airflow Core (part of the main `apache-airflow` distribution) provides the foundational components for the Apache Airflow platform, a powerful tool for programmatically authoring, scheduling, and monitoring data workflows. It includes the scheduler, API server, DAG file processor, and triggerer. Workflows, known as Directed Acyclic Graphs (DAGs), are defined as Python code, making them maintainable, versionable, and collaborative. Airflow follows semantic versioning, with minor releases typically every 2-3 months and patch releases as needed. Major versions, such as 3.x, introduce backwards-incompatible changes and are released on an irregular schedule. The current version of `apache-airflow` is 3.2.0.","language":"python","status":"active","version":"3.2.0","tags":["airflow","automation","dag","data","orchestration","pipelines","workflow","etl","scheduler","api"],"last_verified":"Wed May 20","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":[]}],"homepage":"https://airflow.apache.org/","github":"https://github.com/apache/airflow","docs":"https://airflow.apache.org/docs/","changelog":"https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html","pypi":"https://pypi.org/project/apache-airflow-core/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":40,"avg_install_s":21.6,"avg_import_s":4.83,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/apache-airflow-core/compatibility"}}