- Categories:
System functions (System Information)
SYSTEM$IS_ GLOBAL_ DATA_ SHARING_ ENABLED_ FOR_ ACCOUNT¶
Specifies whether Cross-Cloud Auto-Fulfillment is enabled or disabled on an account.
Syntax¶
Arguments¶
account_nameSpecifies the account on which you want to determine if Cross-Cloud Auto-Fulfillment is enabled or disabled. To learn more about Snowflake account identifiers and how to locate them, see Account identifiers.
Returns¶
Returns one of the following Boolean values:
TRUE(if Cross-Cloud Auto-Fulfillment is enabled for the current account)FALSE(if Cross-Cloud Auto-Fulfillment is disabled for the current account)
Access control requirements¶
- Only organization administrators can execute this function.
Examples¶
The following example determines if Cross-Cloud Auto-Fulfillment is enabled on the account named my_account: