From fa07cc8ff260883135a6cfde671a0fe743d424ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 19 Aug 2022 13:30:23 +0200 Subject: [PATCH] apache-airflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- plugins/apache-airflow/api-report.md | 4 ---- plugins/apache-airflow/src/plugin.ts | 2 ++ scripts/api-extractor.ts | 1 - 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/plugins/apache-airflow/api-report.md b/plugins/apache-airflow/api-report.md index 2f03d34205..b427a0148e 100644 --- a/plugins/apache-airflow/api-report.md +++ b/plugins/apache-airflow/api-report.md @@ -13,13 +13,9 @@ export const ApacheAirflowDagTable: (props: { dagIds?: string[] | undefined; }) => JSX.Element; -// Warning: (ae-missing-release-tag) "ApacheAirflowPage" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// // @public (undocumented) export const ApacheAirflowPage: () => JSX.Element; -// Warning: (ae-missing-release-tag) "apacheAirflowPlugin" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// // @public (undocumented) export const apacheAirflowPlugin: BackstagePlugin< { diff --git a/plugins/apache-airflow/src/plugin.ts b/plugins/apache-airflow/src/plugin.ts index 664cde36cc..4118857b05 100644 --- a/plugins/apache-airflow/src/plugin.ts +++ b/plugins/apache-airflow/src/plugin.ts @@ -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', diff --git a/scripts/api-extractor.ts b/scripts/api-extractor.ts index b53c5b0769..1239cfd935 100644 --- a/scripts/api-extractor.ts +++ b/scripts/api-extractor.ts @@ -199,7 +199,6 @@ const PACKAGE_ROOTS = ['packages', 'plugins']; const ALLOW_WARNINGS = [ 'packages/core-components', - 'plugins/apache-airflow', 'plugins/auth-backend', 'plugins/catalog', 'plugins/catalog-graphql',