https://github.com/airflow-laminar/airflow-common
Common Airflow Operators / Tasks
https://github.com/airflow-laminar/airflow-common
airflow airflow-dags airflow-operators apache-airflow python scheduler utility
Last synced: 29 days ago
JSON representation
Common Airflow Operators / Tasks
- Host: GitHub
- URL: https://github.com/airflow-laminar/airflow-common
- Owner: airflow-laminar
- License: apache-2.0
- Created: 2024-01-13T00:20:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-26T17:56:19.000Z (about 1 month ago)
- Last Synced: 2025-08-26T20:10:56.220Z (about 1 month ago)
- Topics: airflow, airflow-dags, airflow-operators, apache-airflow, python, scheduler, utility
- Language: Python
- Homepage: https://airflow-laminar.github.io/airflow-common-operators/
- Size: 607 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# airflow-common
Common operators and tasks for Airflow
[](https://github.com/airflow-laminar/airflow-common/actions/workflows/build.yaml)
[](https://codecov.io/gh/airflow-laminar/airflow-common)
[](https://github.com/airflow-laminar/airflow-common)
[](https://pypi.python.org/pypi/airflow-common)## Installation
You can install from pip:
```bash
pip install airflow-common
```Or via conda:
```bash
conda install airflow-common -c conda-forge
```## License
This software is licensed under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.
> [!NOTE]
> This library was generated using [copier](https://copier.readthedocs.io/en/stable/) from the [Base Python Project Template repository](https://github.com/python-project-templates/base).