data-dwh-dbt-project/.vscode/settings.json
2025-01-13 15:57:34 +01:00

38 lines
No EOL
1.3 KiB
JSON

{
"dbt.queryLimit": 500,
"dbt.enableNewQueryPanel": true,
"emeraldwalk.runonsave": {
"commands": [
{
"match": ".*\\.sql(\\.jinja)?",
"isAsync": true,
"cmd": "sqlfmt ${file}"
}
]
},
"dbt.enableNewLineagePanel": true,
"dbt.enableNewDocsPanel": true,
"[yaml]": {
"editor.formatOnSave": true
},
"yaml.schemas": {
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/dbt_yml_files-latest.json": [
"/**/*.yml",
"!profiles.yml",
"!dbt_project.yml",
"!packages.yml",
"!selectors.yml",
"!profile_template.yml"
],
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/dbt_project-latest.json": [
"dbt_project.yml"
],
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/selectors-latest.json": [
"selectors.yml"
],
"https://raw.githubusercontent.com/dbt-labs/dbt-jsonschema/refs/heads/main/schemas/latest/packages-latest.json": [
"packages.yml"
]
},
"dbt.prefixGenerateModel": "stg"
}