SSC-FDM-OR0007
Snowflake does not support the versioning of objects. Developers should consider alternate approaches for code versioning.
Description
Snowflake doesn't support the versioning of objects. The modifier EDITINONABLE or NONEDITIONABLE is removed in the converted code and a warning is added.
Example Code
Input Code:
Output Code:
Recommendations
The user should consider alternate approaches for code versioning.
Last updated