snowflake.snowpark.Session.SessionBuilder.configs¶

SessionBuilder.configs(options: Dict[str, Union[int, str]]) → SessionBuilder¶

Adds the specified dict of connection parameters to the SessionBuilder configuration.

Note

Calling this method overwrites any existing connection parameters that you have already set in the SessionBuilder.