Data Share

Configures a Snowflake data share.

$idstring Required

The unique identifier for the data share resource.

Must be at least 1 characters long

Must be at most 63 characters long

$schemaconst Required

accountTypeconst Required

Specifies that the data share consumer is a Snowflake account not managed by Yext.

Specific value: “EXTERNAL”

externalAccountobject Required

Specifies the consumer Snowflake account to share with.

const Required

Specifies that the consumer Snowflake account resides in Snowflake’s AWS us-east-1 region.

Specific value: “us-east-1”

string Required

The name of the Snowflake account to share with, provided by running SELECT CURRENT_ACCOUNT().

Must be at least 1 characters long

Must be at most 16 characters long

Feedback