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]¶
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::