We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cff3c33 commit 3c55d50Copy full SHA for 3c55d50
1 file changed
src/api/json/catalog.json
@@ -1570,6 +1570,12 @@
1570
"fileMatch": ["**/jobs/**/*.dy.yaml"],
1571
"url": "https://raw.githubusercontent.com/datayoga-io/datayoga/main/schemas/job.schema.json"
1572
},
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
+ },
1579
{
1580
"name": "dbt Dependencies",
1581
"description": "dbt's dependencies.yml file for external packages and cross-project refs",
0 commit comments