Snowflake_Connection.stages
stagesschemapattern
Documentation
Returns the list of stages for the current database.
Arguments
schema: The schema name to search in (defaults to current). If an asterisk (*) is provided, all schemas are searched.pattern: The stage name pattern to search for. Supports SQL wildcards (%,_). Defaults to""which means all stages are selected.
Returns
A table containing the list of stages.