Google Big Query
Is it possible to truncate a table in bigquery and then run Bulk Load(Streaming). I’ve tested using BigQuery Execute with truncate statement and then link a bulk load(streaming) snap. I get an error message saying invalid input. Its not recognizing the table schema?2.8KViews0likes2CommentsDates to BigQuery problem
I’m trying to export some dates into BigQuery, but even though the preview of the data that is being sent to BigQuery is correct, when I check my table in BigQuery it always shows as null. Any idea on how to solve this? My data is parsed this way: Date.parse($ACCT_STATUS_DATE.Date,“yyyy-MM-dd”)1.9KViews0likes0Comments