Skip to content

Commit

Permalink
Fix invalid escape sequence '\#' (#30393)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchej123 authored Feb 24, 2024
1 parent 3094028 commit fb3f669
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sdks/python/apache_beam/io/gcp/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -2706,9 +2706,8 @@ class ReadFromBigQuery(PTransform):
representations,
see: https://cloud.google.com/bigquery/docs/reference/standard-sql/data-types
To learn more about type conversions between BigQuery and Avro, see:
https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-avro\#avro_conversions
temp_dataset (``apache_beam.io.gcp.internal.clients.bigquery.\
DatasetReference``):
https://cloud.google.com/bigquery/docs/loading-data-cloud-storage-avro#avro_conversions
temp_dataset (``apache_beam.io.gcp.internal.clients.bigquery.DatasetReference``):
Temporary dataset reference to use when reading from BigQuery using a
query. When reading using a query, BigQuery source will create a
temporary dataset and a temporary table to store the results of the
Expand Down

0 comments on commit fb3f669

Please sign in to comment.