apache-airflow

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-08-19 13:30:23 +02:00
parent 689df685fb
commit fa07cc8ff2
3 changed files with 2 additions and 5 deletions
+2
View File
@@ -25,6 +25,7 @@ import {
discoveryApiRef,
} from '@backstage/core-plugin-api';
/** @public */
export const apacheAirflowPlugin = createPlugin({
id: 'apache-airflow',
routes: {
@@ -43,6 +44,7 @@ export const apacheAirflowPlugin = createPlugin({
],
});
/** @public */
export const ApacheAirflowPage = apacheAirflowPlugin.provide(
createRoutableExtension({
name: 'ApacheAirflowPage',