Skip to content

Commit

Permalink
Restore previous more loosely typed values in TimingInfo.name
Browse files Browse the repository at this point in the history
  • Loading branch information
peterallenwebb committed Oct 21, 2024
1 parent 8056895 commit 67f9b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions schemas/dbt/run-results/v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,7 @@
"title": "TimingInfo",
"properties": {
"name": {
"enum": [
"compile",
"execute",
"other"
]
"type": "string"
},
"started_at": {
"anyOf": [
Expand Down
6 changes: 1 addition & 5 deletions schemas/dbt/sources/v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,7 @@
"title": "TimingInfo",
"properties": {
"name": {
"enum": [
"compile",
"execute",
"other"
]
"type": "string"
},
"started_at": {
"anyOf": [
Expand Down

0 comments on commit 67f9b8a

Please sign in to comment.