I see a lot of tutorials and samples for reading into BigQuery from Cloud Storage files, however, I need to read from BigQuery once a day and save the output to a new csv file in cloud storage using Dataflow. Could someone point me in the right direction?
I'm using Apache Beam with Python in a Jupyter notebook. So far, I can run a SQL query to get the data I need but I'm not sure what the best approach is to writing that out to a CSV in Cloud Storage.
Thanks in advance