Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

bq.py 的 query_to_table() fail #1

@Youngger9765

Description

@Youngger9765

目前bigorm 這隻 bq.py 的 query_to_table() 會爆掉

self.check_bq_job_status(job['id'].replace(job_id_start_with, ""))

因為 job[‘id’] 格式有變(多了US.) 像是這樣

"id": "junyiacademy:US.job_-gpIPTLpwcM8B5tOJnGNJmpOUido",

建議換成
self.check_bq_job_status(job['jobReference']['jobId'])
就可以了!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions