msumit / airflow-cli

Airflow CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache-Airflow-Cli

WIP Airflow CLI, which is a thin wrapper over its Python Client Lib which is genereated via OpenApi3 specifications.

Make sure to install the client lib before installing this cli. To install this cli run python setup.py install. Once installed run airflow-cli, which as of now has support of running dags list command.

% airflow-cli dags list    
dag_id      | filepath                               | owner   | paused
============+========================================+=========+=======
example_dag | /usr/local/airflow/dags/example-dag.py | airflow | False 

About

Airflow CLI


Languages

Language:Python 100.0%