apache-airflow 2.10.2
0
Programmatically author, schedule and monitor data pipelines
Contents
Programmatically author, schedule and monitor data pipelines
Stars: 36647, Watchers: 36647, Forks: 14182, Open Issues: 1207The apache/airflow
repo was created 9 years ago and the last code push was 7 minutes ago.
The project is extremely popular with a mindblowing 36647 github stars!
How to Install apache-airflow
You can install apache-airflow using pip
pip install apache-airflow
or add it to a project with poetry
poetry add apache-airflow
Package Details
- Author
- None
- License
- None
- Homepage
- None
- PyPi:
- https://pypi.org/project/apache-airflow/
- Documentation:
- https://airflow.apache.org/docs/
- GitHub Repo:
- https://github.com/apache/airflow
Classifiers
- System/Monitoring
Related Packages
Errors
A list of common apache-airflow errors.
Code Examples
Here are some apache-airflow
code examples and snippets.
GitHub Issues
The apache-airflow package has 1207 open issues on GitHub
- manage_sla firing notifications for the same sla miss instances repeatedly
- Update the architecture overview to include Triggerer
- airflow.exceptions.SerializedDagNotFound: DAG 'DAG_Name' not found in serialized_dag table
- fix - dag dependencies view is not showing for postgres based metadata #21059
- Fix - Running airflow dags backfill –reset-dagruns <dag_id> -s <execution_start_dt> -e <execution_end_dt> results in error when run twice.
- (Re)fix Dangling rows moving with MySQL+Replication
- Dag dependency view is not rendering for Postgres backed Airflow
- Running airflow dags backfill –reset-dagruns <dag_id> -s <execution_start_dt> -e <execution_end_dt> results in error when run twice.
- Templated fields for DynamoDBToS3Operator similar to MySQLToS3Operator
- Improve handling of string type and non-attribute
template_fields
- Fix: Exception when parsing log #20966
- Improved instructions for custom image build with docker compose
- More ArtifactsHub specific labels in docker image
- Recent Tasks mixes status for current and old dag runs
- Add dev tool to review and classify cherry-picked commits