SSC-FDM-TS0006
EXECUTE AS 'user_name' clause does not exist in Snowflake and the user calling the procedure should have all the required privileges.
Description
This message is shown when SnowConvert finds a procedure with an EXECUTE AS 'user_name'
clause. This is not supported in Snowflake, so it is changed EXECUTE AS CALLER.
This clause specifies the security context under which to execute the procedure.
For more details see the documentation about the clause functionality.
Code Example
Input Code:
IN -> SqlServer_01.sql
Output Code:
OUT -> SqlServer_01.sql
Recommendations
No additional user actions are required.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated