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.
reset_session
close_session
1 parent c9c46d4 commit 694a85aCopy full SHA for 694a85a
βbigframes/pandas/__init__.pyβ
@@ -452,6 +452,7 @@ def read_gbq_function(function_name: str):
452
# Session management APIs
453
get_global_session = global_session.get_global_session
454
close_session = global_session.close_session
455
+reset_session = global_session.close_session
456
457
458
# Use __all__ to let type checkers know what is part of the public API.
0 commit comments