Hey guys, Any help is appreciated. I'm using BigqueryIO file upload method to load data to BQ, I don't see any error, any warning but I also don't see a SINGLE row inserted to the table either
Only thing I see is hundreds of load job like beam_bq_job_TEMP_TABLE_LOAD_..... And hundreds of temp table created Most jobs are done and I can see the data in temp table, but there is not a single row written to the final destination? I know there is no way to track row level error, but At least the runner/beam api should give me some hint what is wrong in any steps? And there is zero document/example about this either. Regards,