Giter Club home page Giter Club logo

airflow-webserver's Introduction

Airflow-Webserver

Update


March 23, 2018

RBAC UI has been merged into Apache-Airflow master, and will be released with Airflow 1.10.0. I will no longer be maintaining this repo. If you are interested in using the RBAC feature, see the New Webserver UI with Role-Based Access Control section in UPDATING.md for instructions.

About


Airflow Webserver uses the Flask-AppBuilder (FAB) extension instead of Flask-Admin. The goal of this Airflow Webserver is to leverage FAB's build-in security features to introduce the following capabilities in the UI:

  • role-based access control
  • support for various authentications backends (OAuth, OpenID, Database, LDAP, etc.)
  • dag-level permissions

Airflow-Webserver will be merged back into Airflow's source code in the near future. Contributions are welcome!

Setup


Airflow-Webserver is written on top of Airflow 1.9.0, which is not currently in PyPI. Make sure you have airflow 1.9.0+ installed before attempting the setup below.

  • Clone the repo

      `git clone [email protected]:wepay/airflow-webserver.git`
      `cd airflow-webserver`
    
  • Install Flask-AppBuilder

      `pip install flask-appbuilder`
    
  • To set up the database object, modify the SQLALCHEMY_DATABASE_URI variable in config.py to your Airflow db. Note this will generate new tables which FAB uses for its security model.

      `fabmanager create-db --app airflow_webserver`
    
  • To create an admin account

      `fabmanager create-admin --app airflow_webserver`
    
  • To start the webserver

      `fabmanager run --app airflow_webserver`
    

airflow-webserver's People

Contributors

wrp avatar

Watchers

James Cloos avatar Jonathan Major avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.