azkaban-client

azkaban_client based on azkaban restful apis


Keywords
azkaban, client
License
MIT
Install
pip install azkaban-client==0.0.7

Documentation

azkaban_client

client based on restful API

Create a project

from azkaban import *

fetcher = CookiesFetcher(user, pwd)
project = Project('WillTest', 'first test', fetcher)
project.create_prj()

Upload zip file to the project

project.upload_zip('/tmp/xxx.zip')

Get all flows from a prject

project.fetch_flow()