05-09-2024 08:38 AM
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.",
Solved! Go to Solution.
05-24-2024 05:41 AM
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.
05-24-2024 05:41 AM
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.