Snowflake Native App Framework Changes to the version output for the SHOW APPLICATIONS and DESC APPLICATION commands¶
For applications created using staged files, the output of the SHOW APPLICATIONS and DESCRIBE APPLICATION will change as follows:
- Before the change:
The value of the
version
column of the SHOW APPLICATIONS command isdev_stage
.The value of the
version
row of the DESCRIBE APPLICATION command isdev_stage
.- After the change:
The value of the
version
column of the SHOW APPLICATIONS command will beUNVERSIONED
.The value of the
version
row of the DESCRIBE APPLICATION command isUNVERSIONED
.
Ref: n/a