Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/piotr-kalanski/my-first-airflow-plugin

Example project with airflow plugin with custom operator
https://github.com/piotr-kalanski/my-first-airflow-plugin

airflow airflow-plugin python

Last synced: 3 days ago
JSON representation

Example project with airflow plugin with custom operator

Awesome Lists containing this project

README

        

# Introduction

Example airflow plugin with custom operator.

# Installation

Copy content of *plugins* directory to [plugins](plugins/) directory in airflow home directory.

You can also copy example dag from directory [dags](dags/) to dags directory in airflow home folder.

# Testing

Check dags:

airflow list_dags

Run task with custom operator:

airflow test dag_with_custom_operator task_with_custom_operator 2018-08-11