Skip to content

Commit

Permalink
description update
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Dec 1, 2023
1 parent 7f26924 commit 91f7603
Show file tree
Hide file tree
Showing 6 changed files with 972 additions and 975 deletions.
12 changes: 6 additions & 6 deletions schemas/1.5/dbt_project-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -832,13 +832,13 @@
},
"grants": {
"type": "object",
"description": "flexible grant config. accepts any string key, expects a string or list of strings value",
"description": "grant config. each key is a database permission and the value is the grantee of that permission",
"patternProperties": {
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
},
"group": {
"type": "string"
Expand Down
12 changes: 6 additions & 6 deletions schemas/1.5/dbt_yml_files-1.5.json
Original file line number Diff line number Diff line change
Expand Up @@ -806,13 +806,13 @@
},
"grants": {
"type": "object",
"description": "flexible grant config. accepts any string key, expects a string or list of strings value",
"description": "grant config. each key is a database permission and the value is the grantee of that permission",
"patternProperties": {
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
},
"group": {
"type": "string"
Expand Down
12 changes: 6 additions & 6 deletions schemas/1.6/dbt_project-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -794,13 +794,13 @@
},
"grants": {
"type": "object",
"description": "flexible grant config. accepts any string key, expects a string or list of strings value",
"description": "grant config. each key is a database permission and the value is the grantee of that permission",
"patternProperties": {
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
},
"group": {
"type": "string"
Expand Down
18 changes: 9 additions & 9 deletions schemas/1.6/dbt_yml_files-1.6.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@
"enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"grants" : {
"grants": {
"$ref": "#/$defs/grants"
},
"quote_columns": {
Expand Down Expand Up @@ -454,7 +454,7 @@
"enabled": {
"$ref": "#/$defs/boolean_or_jinja_string"
},
"grants" : {
"grants": {
"$ref": "#/$defs/grants"
},
"persist_docs": {
Expand Down Expand Up @@ -897,13 +897,13 @@
},
"grants": {
"type": "object",
"description": "flexible grant config. accepts any string key, expects a string or list of strings value",
"description": "grant config. each key is a database permission and the value is the grantee of that permission",
"patternProperties": {
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
},
"group": {
"type": "string"
Expand Down Expand Up @@ -1091,7 +1091,7 @@
"additionalProperties": false
}
},
"grants" : {
"grants": {
"$ref": "#/$defs/grants"
},
"hours_to_expiration": {
Expand Down
12 changes: 6 additions & 6 deletions schemas/dbt_project.json
Original file line number Diff line number Diff line change
Expand Up @@ -793,13 +793,13 @@
},
"grants": {
"type": "object",
"description": "flexible grant config. accepts any string key, expects a string or list of strings value",
"description": "grant config. each key is a database permission and the value is the grantee of that permission",
"patternProperties": {
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
".*": {
"$ref": "#/$defs/string_or_array_of_strings"
}
},
"additionalProperties": false
},
"hours_to_expiration": {
"type": "number",
Expand Down
Loading

0 comments on commit 91f7603

Please sign in to comment.