diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 07e9f3fc312..6dc6d86dd7c 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -6720,6 +6720,17 @@ "description": "Tycho.yaml file", "fileMatch": ["**/tycho.yml", "**/tycho.yaml"], "url": "https://deployments.allegrogroup.com/tycho/schema" + }, + { + "name": "Lightdash", + "description": "dbt YAML files configuration for Lightdash", + "fileMatch": [ + "models/*.yml", + "models/**/*.yml", + "models/*.yaml", + "models/**/*.yaml" + ], + "url": "https://raw.githubusercontent.com/lightdash/lightdash/main/packages/common/src/schemas/json/lightdash-dbt-2.0.json" } ] }