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

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

Awesome Lists containing this project

README

          

# airflow-common

Common operators and tasks for Airflow

[![Build Status](https://github.com/airflow-laminar/airflow-common/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/airflow-laminar/airflow-common/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/airflow-laminar/airflow-common/branch/main/graph/badge.svg)](https://codecov.io/gh/airflow-laminar/airflow-common)
[![License](https://img.shields.io/github/license/airflow-laminar/airflow-common)](https://github.com/airflow-laminar/airflow-common)
[![PyPI](https://img.shields.io/pypi/v/airflow-common.svg)](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).