ahmedabu98 commented on code in PR #26889:
URL: https://github.com/apache/beam/pull/26889#discussion_r1240614943


##########
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:
   ```suggestion
     table_spec = 'clouddataflow-readonly:samples.<non-existent-table>'
   ```
   so everything else can stay the same, just put a table name that doesn't 
exist. can even use `str(uuid.uuid4())` in the name to make sure



-- 
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]

Reply via email to