Native Apps: GET_DDL error message updated on APPLICATION PACKAGE

Attention

This behavior change is in the 2023_06 bundle.

For the current status of the bundle, refer to Bundle History.

In the current Snowflake release, the error message returned when running the GET_DDL system function on an APPLICATION PACKAGE database has changed.

Previously:

Running the GET_DDL system function on an APPLICATION PACKAGE returns the following error message:

SQL compilation error: Invalid object type: '{0}'
Currently:

Running the GET_DDL system function on an APPLICATION PACKAGE will return the following updated error message:

SQL compilation error: This operation is not supported on APPLICATION PACKAGE 'app pkg'

Ref: 1228