- Categories:
System Functions (System Control)
SYSTEM$ENABLE_BEHAVIOR_CHANGE_BUNDLE¶
Enables behavior changes included in the specified release bundle for the current account.
By default, behavior change bundles are not enabled during the pre-announcement period. Use this function to test behavior changes before they are enabled for your account.
Syntax¶
SYSTEM$ENABLE_BEHAVIOR_CHANGE_BUNDLE( '<bundle_name>' )
Arguments¶
bundle_name
Name of the behavior change bundle, specified as a string. To obtain the name for a bundle, see the Behavior Change Log in the Snowflake Community.
Returns¶
Returns the VARCHAR value ENABLED
if the function successfully enables the behavior changes.
Examples¶
select SYSTEM$ENABLE_BEHAVIOR_CHANGE_BUNDLE('2020_08');
+-------------------------------------------------+
| SYSTEM$ENABLE_BEHAVIOR_CHANGE_BUNDLE('2020_08') |
|-------------------------------------------------|
| ENABLED |
+-------------------------------------------------+