LoginSignup
2
0

More than 1 year has passed since last update.

Bigquery で load が終わらない時などに jobの進行率を見るコマンド例

Last updated at Posted at 2018-12-07

進捗50%の例

bq show -j --format=prettyjson [bq job id]

 "statistics": {
    "completionRatio": 0.5,
    "creationTime": "15441554234456",
    "startTime": "15441554557681"
  },

#Help

jobs[].statistics.completionRatio double [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0