Skip to content

Commit

Permalink
revert groups in default path, as it's used for <1.4 and groups are 1.5+
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Oct 30, 2023
1 parent 629d43a commit 0c3b795
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions schemas/dbt_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,18 +229,12 @@
"+enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"+group": {
"$ref": "#/$defs/group"
},
"+treat_null_values_as_zero": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"group": {
"$ref": "#/$defs/group"
},
"treat_null_values_as_zero": {
"$ref": "#/$defs/boolean_or_jinja_string"
}
Expand Down Expand Up @@ -289,9 +283,6 @@
"+grant_access_to": {
"$ref": "#/$defs/grant_access_to"
},
"+group": {
"$ref": "#/$defs/group"
},
"+hours_to_expiration": {
"$ref": "#/$defs/hours_to_expiration"
},
Expand Down Expand Up @@ -365,9 +356,6 @@
"grant_access_to": {
"$ref": "#/$defs/grant_access_to"
},
"group": {
"$ref": "#/$defs/group"
},
"hours_to_expiration": {
"$ref": "#/$defs/hours_to_expiration"
},
Expand Down Expand Up @@ -454,9 +442,6 @@
"+enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"+group": {
"$ref": "#/$defs/group"
},
"+meta": {
"$ref": "#/$defs/meta"
},
Expand Down Expand Up @@ -487,9 +472,6 @@
"enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"group": {
"$ref": "#/$defs/group"
},
"meta": {
"$ref": "#/$defs/meta"
},
Expand Down Expand Up @@ -545,9 +527,6 @@
"+grants": {
"$ref": "#/$defs/grants"
},
"+group": {
"$ref": "#/$defs/group"
},
"+meta": {
"$ref": "#/$defs/meta"
},
Expand Down Expand Up @@ -596,9 +575,6 @@
"grants": {
"$ref": "#/$defs/grants"
},
"group": {
"$ref": "#/$defs/group"
},
"meta": {
"$ref": "#/$defs/meta"
},
Expand Down Expand Up @@ -711,9 +687,6 @@
"+fail_calc": {
"$ref": "#/$defs/fail_calc"
},
"+group": {
"$ref": "#/$defs/group"
},
"+limit": {
"$ref": "#/$defs/limit"
},
Expand Down Expand Up @@ -744,9 +717,6 @@
"fail_calc": {
"$ref": "#/$defs/fail_calc"
},
"group": {
"$ref": "#/$defs/group"
},
"limit": {
"$ref": "#/$defs/limit"
},
Expand Down Expand Up @@ -809,9 +779,6 @@
"additionalProperties": false
}
},
"group": {
"type": "string"
},
"hours_to_expiration": {
"type": "number",
"description": "Configuration specific to BigQuery adapter used to set an expiration delay (in hours) to a table."
Expand Down

0 comments on commit 0c3b795

Please sign in to comment.