You are viewing documentation about an older version (1.29.0). View latest version

snowflake.snowpark.Session.get_fully_qualified_name_if_possible

Session.get_fully_qualified_name_if_possible(name: str) str[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.0/snowpark-python/src/snowflake/snowpark/session.py#L3779-L3795)

Returns the fully qualified object name if current database/schema exists, otherwise returns the object name

Language: English