Commit Graph

7 Commits

Author SHA1 Message Date
Daniele.Mazzotta b9822464b3 fixed line wraps
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-23 14:56:37 +04:00
Daniele.Mazzotta 221fbffe44 updated README
Signed-off-by: Daniele.Mazzotta <daniele.mazzotta@tii.ae>
2022-06-17 17:16:28 +04:00
Júlio Zynger 68b2a31a05 Update Airflow plugin README
Airflow v1 exposed an experimental API [that got dropped](https://airflow.apache.org/docs/apache-airflow/stable/deprecated-rest-api-ref.html) later on. Let's add a note to the README making explicit users of Airflow v1 won't be able to integrate with this plugin unless they update.

Signed-off-by: Julio Zynger <julio.zynger@soundcloud.com>
2021-12-15 17:23:38 +01:00
Colton Padden ace76c21ca add section to README for feature requests
Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-09 09:57:33 -05:00
Colton Padden 89b220ed73 Instructions and default app configuration should use generic Airflow URLs
Updated the instructions in the README, and the example entries in the
app-config.yml file to use `https://your.airflow.instance.com` instead of
`localhost:8080`.

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-09 09:57:32 -05:00
Colton Padden 6039eb507f Update installation instructions now that plugin is integrated in Backstage
Existing instructions assumed that the plugin was sourced in a separate Git
repository. Instructions have been simplified now that the plugin is integrated
into the main Backstage repository.

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-09 09:57:32 -05:00
Colton Padden 06f145c4bf MVP of Apache Airflow Plugin
Adds support for a new Backstage integration with the Apache Airflow workflow
management platform. This implementation has been tested with Apache Airflow v2
API authenticating with basic auth through the Backstage proxy plugin.

Supported functionality include:
- Information card of version information for the Airflow instance
- Information card of  instance status (health) for metadatabase and scheduler
- Table of DAGs with meta information and status, along with a link to view
  details in the Airflow UI

Signed-off-by: Colton Padden <colton.padden@fastmail.com>
2021-12-09 09:57:17 -05:00