We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba36948 commit 1298594Copy full SHA for 1298594
samples/geography/to_geodataframe.py
@@ -33,6 +33,6 @@ def get_austin_service_requests_as_geography() -> "pandas.DataFrame":
33
LIMIT 10
34
"""
35
36
- df = client.query(sql).to_geodataframe()
+ df = client.query_and_wait(sql).to_geodataframe()
37
# [END bigquery_query_results_geodataframe]
38
return df
0 commit comments