Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.