bigquery-runner
bigquery-runner copied to clipboard
Cannot read properties of null (reading 'bi_engine_reasons')
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').
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.