We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d93b35 commit d937be0Copy full SHA for d937be0
samples/snippets/quickstart.py
@@ -71,3 +71,7 @@ def run_quickstart(project_id: str) -> None:
71
model.fit(X, y)
72
model.score(X, y)
73
# [END bigquery_bigframes_quickstart]
74
+
75
+ # close session and reset option so not to affect other tests
76
+ bpd.close_session()
77
+ bpd.options.bigquery.ordering_mode = "strict"
0 commit comments