snowflake.snowpark.functions.system_reference¶
- snowflake.snowpark.functions.system_reference(object_type: str, object_identifier: str, scope: str = 'CALL', privileges: Optional[List[str]] = None)[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.47.0/src/snowflake/snowpark/functions.py#L428-L464)¶
Returns a reference to an object (a table, view, or function). When you execute SQL actions on a reference to an object, the actions are performed using the role of the user who created the reference.
- Example::