Contents

apache-airflow 2.9.0

0

Programmatically author, schedule and monitor data pipelines

Programmatically author, schedule and monitor data pipelines

Stars: 34300, Watchers: 34300, Forks: 13500, Open Issues: 900

The apache/airflow repo was created 8 years ago and the last code push was 6 minutes ago.
The project is extremely popular with a mindblowing 34300 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
No  apache-airflow  pypi packages just yet.

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 900 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

See more issues on GitHub

Related Packages & Articles

spacy 3.7.4

Industrial-strength Natural Language Processing (NLP) in Python

keras 3.2.0

Keras is a deep learning API written in Python, running on top of the machine learning platform TensorFlow. The core data structures of Keras are layers and models. The philosophy is to keep simple things simple, while allowing the user to be fully in control when they need to (the ultimate control being the easy extensibility of the source code via subclassing).

gensim 4.3.2

Python framework for fast Vector Space Modelling