bigframes.pandas.get_default_session_id#
- bigframes.pandas.get_default_session_id() str[source]#
Gets the session id that is used whenever a custom session has not been provided.
It is the session id of the default global session. It is prefixed to the table id of all temporary tables created in the global session.
- Returns:
The default global session id, ex. ‘sessiona1b2c’
- Return type: