Skip to main content

AzkabanCLI

Project description

AzkabanCLI build_image

A lightweight Azkaban client providing:

  • A command line interface to run workflows, upload projects, etc.

    $ azkaban upload my_project.zip
    
    Project my_project successfully uploaded (id: 1, size: 205kB, version: 1).
    Details at https://azkaban.server.url/manager?project=my_project
  • A convenient and extensible way for building projects:

    from azkaban import Job, Project
    
    project = Project('my_project')
    project.add_file('hey.txt')
    project.add_job('hi', Job({'type': 'command', 'command': 'cat hey.txt'}))

Documentation

The full documentation can be found here along with a few examples.

Installation

Using pip:

$ pip install azkaban

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

azkaban-0.3.11.tar.gz (17.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page