olehborysevych commented on code in PR #29507: URL: https://github.com/apache/beam/pull/29507#discussion_r1411167154
########## learning/prompts/code-generation/03_io_bigquery.md: ########## @@ -0,0 +1,45 @@ +Prompt: +Write the python code to read data from BigQuery. +Response: +You can read data from BigQuery using the `ReadFromBigQuery` transform. The following python code reads data from a BigQuery table. The table is provided as a command line argument `table`. The data is logged to the console: Review Comment: Done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
