Skip to content

Error on saving table to BigQuery - required field id cannot be null #37

Open
@dimitri-b

Description

@dimitri-b

Givent this schema in a source table:
2021-08-28_11-45-23

attempting to persist a table in BigQuery thows an error:

connect("bigquery:///gcp-project-name-here")

calendar = import_table("eCom_US.calendar")
temp = calendar{
    Fin_Year,       // INTEGER
    Fin_Year_Label  // STRING
}[..5]
print(temp)

table test_data.temp_cal = temp
// Got error: 400 Required field id cannot be null

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