Skip to content

Commit

Permalink
reduce diff size
Browse files Browse the repository at this point in the history
  • Loading branch information
robertwb committed Oct 10, 2022
1 parent d041e3d commit 03953e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sdks/python/apache_beam/io/gcp/bigquery_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -1406,12 +1406,15 @@ def __init__(
def _get_source_location(self):
"""
Get the source location (e.g. ``"EU"`` or ``"US"``) from either
- :data:`source.table_reference`
or
- The first referenced table in :data:`source.query`
See Also:
- :meth:`BigQueryWrapper.get_query_location`
- :meth:`BigQueryWrapper.get_table_location`
Returns:
Optional[str]: The source location, if any.
"""
Expand Down

0 comments on commit 03953e8

Please sign in to comment.