RyuSA commented on code in PR #26889: URL: https://github.com/apache/beam/pull/26889#discussion_r1241127866
########## sdks/python/apache_beam/examples/snippets/snippets.py: ########## @@ -1212,6 +1220,50 @@ def table_fn(element, fictional_characters): # [END model_bigqueryio_time_partitioning] +def model_bigqueryio_xlang( + pipeline, write_project='', write_dataset='', write_table=''): + """Examples for cross-language BigQuery sources and sinks.""" + + table_spec = 'clouddataflow-readonly:samples.weather_stations' Review Comment: thank you, I added your suggestion. It seems it works! 👍 -- 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]
