You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)tabletest_data.temp_cal=temp// Got error: 400 Required field id cannot be null
The text was updated successfully, but these errors were encountered:
dimitri-b
changed the title
Error on saving table to BigQuery - Required field id cannot be null
Error on saving table to BigQuery - required field id cannot be null
Aug 28, 2021
Givent this schema in a source table:
attempting to persist a table in BigQuery thows an error:
The text was updated successfully, but these errors were encountered: