Skip to main content
Skip table of contents

STORAGE.SECURE_VIEW

Target database: Snowflake

STORAGE.SECURE_VIEW allows you to create secure views in Snowflake.


See also:


Usage

OPTION
STORAGE.SECURE_VIEW: Boolean

Default: false


Notes

STORAGE.SECURE_VIEW can be enabled for views.


Examples

Creating a secure view

Setting STORAGE.SECURE_VIEW to true for a view (e.g. D_TAXI_ZONE):

OPTION
STORAGE.SECURE_VIEW: true

DDL generated by Agile Data Engine:

SQL
CREATE SECURE VIEW publish.D_TAXI_ZONE AS
SELECT ... ;
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.