Streaming events to BQ from Dataflow- insert timestamp to column
Advertisements I am streaming into Big Query table using apache beam (python) and having a problem with timestamp format. I have an event (json) with epoch timestamp (int). I want to insert into BIG QUERY table with timestamp columns . What is the best way to do it ? Can I do it without parsing… Read More Streaming events to BQ from Dataflow- insert timestamp to column