https://github.com/airflow-laminar/airflow-common-operators
Common Airflow Operators / Tasks
https://github.com/airflow-laminar/airflow-common-operators
airflow airflow-dags airflow-operators apache-airflow python scheduler utility
Last synced: 12 months ago
JSON representation
Common Airflow Operators / Tasks
- Host: GitHub
- URL: https://github.com/airflow-laminar/airflow-common-operators
- Owner: airflow-laminar
- License: apache-2.0
- Created: 2024-01-13T00:20:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-04T17:52:14.000Z (12 months ago)
- Last Synced: 2025-07-04T18:33:40.316Z (12 months ago)
- Topics: airflow, airflow-dags, airflow-operators, apache-airflow, python, scheduler, utility
- Language: Python
- Homepage: https://airflow-laminar.github.io/airflow-common-operators/
- Size: 424 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# airflow-common-operators
Common operators and tasks for Airflow
[](https://github.com/airflow-laminar/airflow-common-operators/actions/workflows/build.yaml)
[](https://codecov.io/gh/airflow-laminar/airflow-common-operators)
[](https://github.com/airflow-laminar/airflow-common-operators)
[](https://pypi.python.org/pypi/airflow-common-operators)
## Installation
You can install from pip:
```bash
pip install airflow-common-operators
```
Or via conda:
```bash
conda install airflow-common-operators -c conda-forge
```
## License
This software is licensed under the Apache 2.0 license. See the [LICENSE](LICENSE) file for details.