AccountParameter
An account parameter in Snowflake that allows you to set or alter account-level parameters.
Examples
Python
YAML
Fields
name
(string, required) - The name of the account parameter.value
(Any, required) - The value to set for the account parameter.
Last updated