Skip to content

Commit

Permalink
feat: Update test_report table schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 committed Jul 24, 2020
1 parent 1666893 commit 8575e89
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions bigquery_schema/test_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,9 @@
{
"fields": [
{
"fields": [
{
"mode": "NULLABLE",
"name": "inner",
"type": "STRING"
}
],
"mode": "REPEATED",
"name": "failure",
"type": "RECORD"
"mode": "NULLABLE",
"name": "successCount",
"type": "INTEGER"
},
{
"mode": "NULLABLE",
Expand Down

0 comments on commit 8575e89

Please sign in to comment.