Skip to content

Commit

Permalink
allow alias in project configs for models (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 authored Aug 8, 2023
1 parent 6195f9d commit a280e90
Show file tree
Hide file tree
Showing 4 changed files with 758 additions and 754 deletions.
6 changes: 6 additions & 0 deletions schemas/1.5/dbt_project-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
"type": "object",
"description": "Configurations set in the dbt_project.yml file will apply to all models that don't have a more specific configuration set.",
"properties": {
"+alias": {
"$ref": "#/$defs/alias"
},
"+bind": {
"$ref": "#/$defs/boolean_or_jinja_string",
"default": false
Expand Down Expand Up @@ -322,6 +325,9 @@
"+transient": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"alias": {
"$ref": "#/$defs/alias"
},
"bind": {
"$ref": "#/$defs/boolean_or_jinja_string",
"default": false
Expand Down
6 changes: 6 additions & 0 deletions schemas/1.6/dbt_project-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,9 @@
"type": "object",
"description": "Configurations set in the dbt_project.yml file will apply to all models that don't have a more specific configuration set.",
"properties": {
"+alias": {
"$ref": "#/$defs/alias"
},
"+bind": {
"$ref": "#/$defs/boolean_or_jinja_string",
"default": false
Expand Down Expand Up @@ -322,6 +325,9 @@
"+transient": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"alias": {
"$ref": "#/$defs/alias"
},
"bind": {
"$ref": "#/$defs/boolean_or_jinja_string",
"default": false
Expand Down
Loading

0 comments on commit a280e90

Please sign in to comment.