From ace76c21caf17f01d0012523b7c5e2ac097e2b87 Mon Sep 17 00:00:00 2001 From: Colton Padden Date: Wed, 8 Dec 2021 11:10:10 -0500 Subject: [PATCH] add section to README for feature requests Signed-off-by: Colton Padden --- plugins/apache-airflow/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/plugins/apache-airflow/README.md b/plugins/apache-airflow/README.md index 4bec028298..c57ab9da43 100644 --- a/plugins/apache-airflow/README.md +++ b/plugins/apache-airflow/README.md @@ -2,6 +2,13 @@ Welcome to the apache-airflow plugin! +## Feature Requests & Ideas + +- [ ] Add support for running multiple instances of Airflow for monitoring + various deployment stages or business domains. ([Suggested by @JGoldman110](https://github.com/backstage/backstage/issues/735#issuecomment-985063468)) +- [ ] Make owner chips in the DAG table clickable, resolving to a user or group + in the entity catalog. ([Suggested by @julioz](https://github.com/backstage/backstage/pull/8348#discussion_r764766295)) + ## Installation 1. Install the plugin with `yarn` in the root of your Backstage directory