Skip to content

Cannot read properties of null (reading 'bi_engine_reasons') #63

Description

@liusida
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions