You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/06/17 19:52:52 UTC

[airflow] branch master updated (0b9bf4a -> 6a9c436)

This is an automated email from the ASF dual-hosted git repository.

kamilbregula pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from 0b9bf4a  Merging multiple sql operators (#9124)
     add 6a9c436  Move out metastore_browser from airflow.contrib (#9341)

No new revisions were added by this update.

Summary of changes:
 .dockerignore                                            |  1 +
 Dockerfile.ci                                            |  1 +
 {tests/dags => metastore_browser}/README.md              | 16 +++++++++-------
 .../main.py => metastore_browser/hive_metastore.py       |  0
 .../templates/metastore_browser/base.html                |  0
 .../templates/metastore_browser/db.html                  |  0
 .../templates/metastore_browser/dbs.html                 |  0
 .../templates/metastore_browser/table.html               |  0
 scripts/ci/docker-compose/local-prod.yml                 |  1 +
 scripts/ci/docker-compose/local.yml                      |  1 +
 scripts/ci/libraries/_local_mounts.sh                    |  1 +
 11 files changed, 14 insertions(+), 7 deletions(-)
 copy {tests/dags => metastore_browser}/README.md (66%)
 rename airflow/contrib/plugins/metastore_browser/main.py => metastore_browser/hive_metastore.py (100%)
 rename {airflow/contrib/plugins/metastore_browser => metastore_browser}/templates/metastore_browser/base.html (100%)
 rename {airflow/contrib/plugins/metastore_browser => metastore_browser}/templates/metastore_browser/db.html (100%)
 rename {airflow/contrib/plugins/metastore_browser => metastore_browser}/templates/metastore_browser/dbs.html (100%)
 rename {airflow/contrib/plugins/metastore_browser => metastore_browser}/templates/metastore_browser/table.html (100%)