I have created a BigQuery table, partitioned by month.
I now want to transfer a CSV stored in Google Cloud Storage to the table using BigQuery transfer.
However, my last attempt failed. For the destination table I put: table_a${run_time|"%m%d"} but returned the following error:
Invalid monthly partitioned partition key: 0117
(it ran on the 17th of January. Hence 0117.)
What should I put for destination table, given that the table has been partitioned by month?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…