include minor changeset for introduction of apache airflow plugin

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
This commit is contained in:
Colton Padden
2021-12-02 17:00:11 -05:00
parent 246a3bc283
commit 9aea335911
+14
View File
@@ -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