Hey guys, One doubt
I want to read a csv file from google cloud storage to Data Flow which is best method? 1. Read csv and sync to BQ and then use BigQuerySource method 2. Read from cloud storage directly to Data Flow (Is there any source method for csv from cloud storage to CSV - like `ReadFromText` ) Whats the best way to read csv from cloud storage to Data Flow?
