alterSchemaContacts

Last updated: January 27, 2026

Sets or unsets contacts on a Snowflake schema.

Note: This change type does not support automatic rollback or database inspection features (snapshot, diff, diff-changelog, and generate-changelog commands). Contacts must be created before they can be assigned to objects.

Available attributes

Attribute

Type

Description

Required

catalogName

String

Name of the database containing the schema

No

targetSchemaName

String

Name of the schema to alter

Yes

ifExists

Boolean

Don't error if schema doesn't exist

No

setContacts

Map

Contact purpose to contact name mappings*

No

unsetContacts

List

List of contact purposes to remove*

No

* Exactly one of setContacts or unsetContacts must be specified.

Contact purposes

Purpose

SQL Equivalent

Description

Steward

STEWARD

Data steward responsible for the schema

Support

SUPPORT

Support contact for operational issues

Approver

ACCESS_APPROVAL

Contact for access approval requests

unsetContact attributes

Attribute

Type

Description

Required

purpose

String

Contact purpose to remove

Yes

loading

loading

loading

loading