8000 GitHub - msumit/airflow-cli: Airflow CLI
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

msumit/airflow-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0