bigquery-runner icon indicating copy to clipboard operation
bigquery-runner copied to clipboard

Cannot read properties of null (reading 'bi_engine_reasons')

Open liusida opened this issue 1 year ago • 0 comments

SELECT *
FROM `region-asia-southeast1.INFORMATION_SCHEMA.JOBS`
ORDER BY creation_time DESC
LIMIT 5;

If I run this bigquery above in VSCode using this runner extension, there's an error in the bottom-right, saying Cannot read properties of null (reading 'bi_engine_reasons').

Image

However, this bigquery can be run successfully on BigQuery website (GCP console), and no bi_engine_reasons was seen in anywhere (not in result, not in schema). I'm not sure why this runner tries to read this.

Thanks.

liusida avatar Mar 04 '25 00:03 liusida