Forum Discussion

snapation6713's avatar
snapation6713
New Contributor III
2 years ago
Solved

Google BigQuery Load (Streaming)

I am trying to load a table using the BigQuery Load (Streaming)  and I am getting this error message even though the table DOES exist within my defined projectid.  What is the number '610395521851' in place of the project id in the error message?:

"message" : "Table 610395521851:LE_ODS_asuce_canvas.wrk_cd2_le_conversation_messages not found.",

  • I discovered that this error message is pretty vague.  The issue was in incorrect column datatypes in bigquery vs the field data types I was trying to load.  I corrected it and the load worked without errors.  

1 Reply

  • snapation6713's avatar
    snapation6713
    New Contributor III

    I discovered that this error message is pretty vague.  The issue was in incorrect column datatypes in bigquery vs the field data types I was trying to load.  I corrected it and the load worked without errors.