From 9aea3359113721c166a334c44abf9594c83d9c27 Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Thu, 2 Dec 2021 17:00:11 -0500 Subject: [PATCH] include minor changeset for introduction of apache airflow plugin Signed-off-by: Colton Padden --- .changeset/weak-berries-heal.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .changeset/weak-berries-heal.md diff --git a/.changeset/weak-berries-heal.md b/.changeset/weak-berries-heal.md new file mode 100644 index 0000000000..96833ef098 --- /dev/null +++ b/.changeset/weak-berries-heal.md @@ -0,0 +1,14 @@ +--- +'@backstage/plugin-apache-airflow': minor +--- + +Introduces a new plugin for the Apache Airflow workflow management platform. +This implementation has been tested with the Apache Airflow v2 API, +authenticating with basic auth through the Backstage proxy plugin. + +Supported functionality includes: + +- Information card of version information of the Airflow instance +- Information card of instance health for the metadatabase and scheduler +- Table of DAGs with meta information and status, along with a link to view + details in the Airflow UI