Skip to content

Commit

Permalink
Update JSON schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyholcomb committed Jun 27, 2024
1 parent b71a738 commit f020cfb
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
32 changes: 32 additions & 0 deletions schemas/dbt/manifest/v12.json
Original file line number Diff line number Diff line change
Expand Up @@ -9044,6 +9044,22 @@
],
"default": null
},
"default_granularity": {
"enum": [
"nanosecond",
"microsecond",
"millisecond",
"second",
"minute",
"hour",
"day",
"week",
"month",
"quarter",
"year"
],
"default": "day"
},
"meta": {
"type": "object",
"propertyNames": {
Expand Down Expand Up @@ -18020,6 +18036,22 @@
],
"default": null
},
"default_granularity": {
"enum": [
"nanosecond",
"microsecond",
"millisecond",
"second",
"minute",
"hour",
"day",
"week",
"month",
"quarter",
"year"
],
"default": "day"
},
"meta": {
"type": "object",
"propertyNames": {
Expand Down
1 change: 1 addition & 0 deletions tests/unit/contracts/graph/test_unparsed.py
Original file line number Diff line number Diff line change
Expand Up @@ -896,6 +896,7 @@ def get_ok_dict(self):
},
},
"config": {},
"default_granularity": "day",
"tags": [],
"meta": {"is_okr": True},
}
Expand Down

0 comments on commit f020cfb

Please sign in to comment.