Skip to content

Commit

Permalink
feat: Add queuedDurationSec to BigQuery schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesin11 committed Nov 16, 2020
1 parent c51f075 commit 78e1aff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion bigquery_schema/workflow_report.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,10 @@
"mode": "REPEATED",
"name": "parameters",
"type": "RECORD"
}
},
{
"mode": "NULLABLE",
"name": "queuedDurationSec",
"type": "FLOAT"
}
]
1 change: 1 addition & 0 deletions src/exporter/bigquery_exporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export class BigqueryExporter implements Exporter {
})
} catch (error) {
console.error(`(BigQuery) ERROR!! loading ${tmpJsonPath} to ${this.dataset}.${table}`)
console.error(error)
throw error
}

Expand Down

0 comments on commit 78e1aff

Please sign in to comment.