CREATE INTEGRATION commands: ENABLED parameter defaults to TRUE (Preview)¶
Attention
This behavior change is in the 2026_01 bundle.
For the current status of the bundle, refer to Bundle history.
When you create a Snowflake integration of any kind, such as a security integration, a catalog integration, or a storage integration, the behavior is as follows:
- Before the change:
The ENABLED parameter defaults to FALSE if it is not explicitly specified. Integrations are disabled by default.
- After the change:
The ENABLED parameter defaults to TRUE if it is not explicitly specified. Integrations are enabled by default.
This change is being made to align the default behavior with user expectations and to reduce the need for ALTER INTEGRATION commands to enable newly created integrations.
Ref: 2166