Skip to content

Commit acaee13

Browse files
committed
Add docstring for use_legacy_sql kwarg
1 parent d09ef1a commit acaee13

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bigquery/client.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,9 @@ def create_view(self, dataset, view, query, use_legacy_sql=None):
691691
The name of the view to create
692692
query : dict
693693
A query that BigQuery executes when the view is referenced.
694+
use_legacy_sql : bool, optional
695+
If False, the query will use BigQuery's standard SQL
696+
(https://cloud.google.com/bigquery/sql-reference/)
694697
695698
Returns
696699
-------

0 commit comments

Comments
 (0)