Open
Description
Givent this schema in a source table:
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
Labels
No labels