Skip to content

Commit

Permalink
Merge pull request #15 from SpotOnInc/backstage-catalog-info
Browse files Browse the repository at this point in the history
Add Backstage Catalog Info
  • Loading branch information
DustyShap authored Jan 19, 2024
2 parents c0b9271 + c21c1c2 commit 7aa0a20
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .spoton/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7aa0a20

Please sign in to comment.