incubator-airflow/metastore_browser
Ryan Hamilton 24d0ecf4ee
Airflow 2.0 UI Overhaul/Refresh (#11195)
Resolves #10953.

A refreshed UI for the 2.0 release. The existing "theming" is a bit long in the tooth and this PR attempts to give it a modern look and some freshness to compliment all of the new features under the hood.

The majority of the changes to UI have been done through updates to the Bootstrap theme contained in bootstrap-theme.css. These are simply overrides to the default stylings that are packaged with Bootstrap.
2020-10-02 15:58:58 +01:00
..
templates/metastore_browser Airflow 2.0 UI Overhaul/Refresh (#11195) 2020-10-02 15:58:58 +01:00
README.md Move out metastore_browser from airflow.contrib (#9341) 2020-06-17 21:52:23 +02:00
hive_metastore.py Add D204 pydocstyle check (#11031) 2020-09-21 11:45:06 +01:00

README.md

Apache Hive metastore plugin

This is an example plugin for Apache Airflow.

This plugin allows you to view Apache Hive metastore from the web UI interface.

Installation

To use this plugin, copy the contents of this directory to the plugins directory. The location of this directory is specified by plugins_folder option in core section. By default, it's {AIRFLOW_HOME}/plugins.