Skip to content

Commit

Permalink
🐛 Restore upload of existing raw result Big Query data (#2795)
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Schrock <[email protected]>
  • Loading branch information
spencerschrock authored Mar 27, 2023
1 parent dde9aa1 commit 0564af0
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions cron/internal/format/bq.raw.schema
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,102 @@
"mode": "REPEATED",
"name": "defaultBranchCommits",
"type": "RECORD"
},
{
"description": "",
"fields": [
{
"description": "",
"mode": "NULLABLE",
"name": "number",
"type": "STRING"
},
{
"description": "",
"mode": "NULLABLE",
"name": "platform",
"type": "STRING"
},
{
"description": "",
"mode": "REPEATED",
"name": "reviews",
"type": "RECORD",
"fields": [
{
"description": "",
"mode": "NULLABLE",
"name": "reviewer",
"type": "RECORD",
"fields": [
{
"description": "",
"mode": "NULLABLE",
"name": "login",
"type": "STRING"
}
]
},
{
"description": "",
"mode": "NULLABLE",
"name": "state",
"type": "STRING"
}
]
},
{
"description": "",
"mode": "REPEATED",
"name": "authors",
"type": "RECORD",
"fields": [
{
"description": "",
"mode": "NULLABLE",
"name": "login",
"type": "STRING"
}
]
},
{
"description": "",
"mode": "REPEATED",
"name": "commits",
"type": "RECORD",
"fields": [
{
"description": "",
"mode": "NULLABLE",
"name": "committer",
"type": "RECORD",
"fields": [
{
"description": "",
"mode": "NULLABLE",
"name": "login",
"type": "STRING"
}
]
},
{
"description": "",
"mode": "NULLABLE",
"name": "message",
"type": "STRING"
},
{
"description": "",
"mode": "NULLABLE",
"name": "sha",
"type": "STRING"
}
]
}
],
"mode": "REPEATED",
"name": "defaultBranchChangesets",
"type": "RECORD"
}
],
"mode": "NULLABLE",
Expand Down

0 comments on commit 0564af0

Please sign in to comment.