Skip to content

Commit 3c55d50

Browse files
authored
Add dbt-bouncer schema (SchemaStore#5471)
1 parent cff3c33 commit 3c55d50

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,6 +1570,12 @@
15701570
"fileMatch": ["**/jobs/**/*.dy.yaml"],
15711571
"url": "https://raw.githubusercontent.com/datayoga-io/datayoga/main/schemas/job.schema.json"
15721572
},
1573+
{
1574+
"name": "dbt-bouncer",
1575+
"description": "dbt-bouncer configuration file for enforcing conventions in dbt projects",
1576+
"fileMatch": ["dbt-bouncer.yml", "dbt-bouncer.yaml"],
1577+
"url": "https://raw.githubusercontent.com/godatadriven/dbt-bouncer/main/schema.json"
1578+
},
15731579
{
15741580
"name": "dbt Dependencies",
15751581
"description": "dbt's dependencies.yml file for external packages and cross-project refs",

0 commit comments

Comments
 (0)