This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
USE ROLE ACCOUNTADMIN; | |
USE WAREHOUSE <warehouse_name>; | |
WITH privileged_users_check AS PROCEDURE() | |
RETURNS TABLE() | |
LANGUAGE PYTHON | |
RUNTIME_VERSION = '3.9' | |
PACKAGES = ('snowflake-snowpark-python') | |
HANDLER = 'main' | |
EXECUTE AS CALLER |