Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T13:59:13.000Z (about 2 months ago)
- Last Synced: 2024-11-18T15:30:45.956Z (about 2 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: 176 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
[![Build Status](https://github.com/airflow-laminar/airflow-common-operators/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/airflow-laminar/airflow-common-operators/actions/workflows/build.yml)
[![codecov](https://codecov.io/gh/airflow-laminar/airflow-common-operators/branch/main/graph/badge.svg)](https://codecov.io/gh/airflow-laminar/airflow-common-operators)
[![License](https://img.shields.io/github/license/airflow-laminar/airflow-common-operators)](https://github.com/airflow-laminar/airflow-common-operators)
[![PyPI](https://img.shields.io/pypi/v/airflow-common-operators.svg)](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.