From c21c1c2285dc8ca63fa22772f8ff45c96dc75260 Mon Sep 17 00:00:00 2001 From: Dustin Shaprio Date: Fri, 19 Jan 2024 11:57:58 -0500 Subject: [PATCH] Catalog info --- .spoton/catalog-info.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .spoton/catalog-info.yaml diff --git a/.spoton/catalog-info.yaml b/.spoton/catalog-info.yaml new file mode 100644 index 0000000..3bf09b4 --- /dev/null +++ b/.spoton/catalog-info.yaml @@ -0,0 +1,33 @@ +# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component +apiVersion: backstage.io/v1alpha1 +kind: Component +metadata: + name: dbt_object_mgmt + description: | + Macros of snowflake object management with dbt + + annotations: + github.com/project-slug: spotoninc/dbt_object_mgmt + + backstage.io/techdocs-ref: dir:.. + + tags: + - dbt # language + - python # language + - sql # language + links: + + - title: "JIRA board" + type: project-management + url: https://spotonteam.atlassian.net/jira/software/c/projects/ANA/boards/53 + icon: help + + - title: "Slack (#data-services)" + type: contact + url: https://spoton.slack.com/archives/CG40H3PT4 + icon: chat + +spec: + type: library + owner: group:default/dataops + lifecycle: production