MSCEWI1087
Arguments do not match the called procedure parameters count, default parameters are not supported yet
This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.
Severity
Low
Description
This warning appears when the arguments provided to a procedure call, do not match the total number of the procedure parameters. This is usual behavior when the procedure is using default / optional parameters.
In Snowflake, optional parameters are not supported.
Example Code
Input Code:
Output Code:
Recommendations
Missing parameters can be added manually with the default value of the procedure declaration.
This process is already being done for some languages and will be available soon for all the converters.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated