Skip to content

Commit

Permalink
i screwed up the merge
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Dec 12, 2023
1 parent e681dea commit 4375112
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions schemas/dbt_yml_files.json
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,9 @@
"enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"grants": {
"$ref": "#/$defs/grants"
},
"quote_columns": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
Expand Down Expand Up @@ -717,6 +720,23 @@
}
}
},
"docs_config": {
"title": "Docs config",
"type": "object",
"description": "Configurations for the appearance of nodes in the dbt documentation.",
"properties": {
"node_color": {
"type": "string",
"description": "The color of the node on the DAG in the documentation. It must be an Hex code or a valid CSS color name.",
"pattern": "^(#[a-fA-F0-9]{3}|#[a-fA-F0-9]{6}|[^#][a-zA-Z]*)$"
},
"show": {
"type": "boolean",
"default": true
}
},
"additionalProperties": false
},
"freshness_definition": {
"default": {
"warn_after": {
Expand Down

0 comments on commit 4375112

Please sign in to comment.