Merge pull request #13252 from backstage/freben/api-well-ok-then

When the 🧹 s go marching in
This commit is contained in:
Fredrik Adelöw
2022-08-23 13:55:58 +02:00
committed by GitHub
273 changed files with 2469 additions and 1529 deletions
-4
View File
@@ -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<
{
+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',