snowflake.snowpark.Session.use_database

Session.use_database(database: str) None[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.26.0/snowpark-python/src/snowflake/snowpark/session.py#L3575-L3581)

Specifies the active/current database for the session.

Parameters:

database – The database name.

Language: English