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.
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_reasonswas seen in anywhere (not in result, not in schema). I'm not sure why this runner tries to read this.Thanks.