管理 Snowflake 支持工单

If you have a verified email address and sufficient privileges to create, view, and manage Snowflake Support cases, you can do so using the Support page in Snowsight.

验证电子邮件地址

在访问支持系统之前,您必须验证电子邮件地址:

In some cases, you automatically receive an email prompting you to Please Validate Your Email. If you didn’t, follow these steps to verify your email address:

  1. sign in to Snowsight.

  2. in the lower-left corner, select your name » Settings.

  3. In My Profile, configure your email address:

    • If you don’t have an email address listed, enter an email address in the Email field, and then select Save.
    • If you can’t enter an email address, an account administrator must either add an email address on your behalf or grant your user the role with the OWNERSHIP privilege on your user.
    • If you didn’t receive an email, select Resend verification email. Snowflake sends a verification email to the address listed.
  4. Open your email, and then select the link in the email to validate your email address.

访问支持系统所需的权限

默认情况下,具有组织管理员 (ORGADMIN) 或账户管理员 (ACCOUNTADMIN) 角色的用户可以访问支持系统。

如果要让具有自定义角色的用户访问支持系统,具有管理员角色的用户必须授予该自定义角色一项或多项全局权限。

下表描述了可用权限,并指明了默认情况下具有每种权限的系统角色:

权限描述授予的系统角色
MANAGE ORGANIZATION SUPPORT CASES允许查看、评论和管理组织的所有支持工单。ORGADMIN
MANAGE ACCOUNT SUPPORT CASES允许查看、评论和管理当前账户的所有支持工单。ACCOUNTADMIN
MANAGE USER SUPPORT CASES允许查看、评论和管理当前用户提出的所有支持工单。ACCOUNTADMIN

Snowflake 建议您为需要在最大范围内查看组织中支持工单历史记录的用户授予 MANAGE ORGANIZATION SUPPORT CASES 权限。

向个人用户授予访问支持系统的权限

只有组织管理员(具有 ORGADMIN 角色的用户)才能向角色授予 MANAGE ORGANIZATION SUPPORT CASES 权限。

只有账户管理员(具有 ACCOUNTADMIN 角色的用户)才能向角色授予 MANAGE ACCOUNT SUPPORT CASES 或 MANAGE USER SUPPORT CASES 权限。

To grant one or more of the privileges to a custom role, run a GRANT <privileges> … TO ROLE statement or use Snowsight.

For example, grant the MANAGE USER SUPPORT CASES privilege to the role myrole:

GRANT MANAGE USER SUPPORT CASES ON ACCOUNT TO ROLE myrole;

管理支持工单

When accessing the Support system for the first time, a user must select Enable Support.

创建支持工单

  1. Sign in to Snowsight.
  2. In the lower-left corner, select your name » Support.
  3. Select + Support Case.
  4. 填写并提交表单。提供尽可能多的有用信息,帮助 Snowflake Support 解决您的问题。
  5. Optionally, add Snowflake users as watchers to your case to receive email notifications when the case is updated or comments are added. To add a user as a watcher, the user must have enabled the Support page, or have a registered user account in the Snowflake Community. If you add a watcher who has a role with sufficient privileges, they can also view, comment on, and modify the case.

Important

您有责任确保表单中未输入任何机密信息、导出管制数据、个人数据、敏感数据或其他受监管的数据。请确保提交的信息不属于 Snowflake 服务条款或您与 Snowflake 之间关于使用 Snowflake 服务的任何其他协议中所定义的“客户数据”。

在事件发生期间创建支持工单

During an incident, click Create Case on the incident banner in Snowsight to quickly create a related Support case. The summary, category, and sub-category fields are pre-filled to streamline the process.

  • In Snowsight, select Support from the bottom navigation bar to view your Support cases. The Support Cases page displays new or ongoing incident summaries and their status.

向支持工单附加文件

最多可以向一个支持工单附加 30 个文件。

Each attachment must be no more than 2GB, and file names for attachments must be no more than 255 characters in length, including the file extension.

文件附件必须使用以下一种文件类型:

  • gz
  • gzip
  • jpeg
  • jpg
  • log
  • png
  • txt
  • zip

查看和更新支持工单

查看未结或已结的支持工单:

  1. Sign in to Snowsight.
  2. In the lower-left corner, select your name » Support.
  3. 在支持工单表中,选择要查看的工单所在的行。此时将打开工单详细信息页面。

您可以为工单添加评论以回答有关问题或提供其他详细信息。

升级支持工单

If your case requires expedited resolution, escalate (https://community.snowflake.com/s/article/Escalate-Button-FAQ) the case:

  1. Sign in to Snowsight.
  2. In the lower-left corner, select your name » Support.
  3. 在支持案例表中,选择要升级的工单所在的行。此时将打开工单详细信息页面。
  4. Select Escalate Case.
  5. 填写并提交表单。

解决支持工单

与此工单相关的业务需求得到解决后,请将其标记为已解决:

  1. Sign in to Snowsight.
  2. In the lower-left corner, select your name » Support.
  3. 在支持工单表中,选择要解决的工单所在的行。此时将打开工单详细信息页面。
  4. Select Resolve Case.
  5. 确认您要解决此工单。

该工单关闭。

将观察者添加到工单中

You can add users as watchers to an active case, or when you create the case. You can only add other Support-enabled users as watchers. Your privileges determine the watchers available to you:

要将观察者添加到工单中,请执行以下步骤:

  1. Sign in to Snowsight.
  2. In the lower-left corner, select your name » Support.
  3. 在支持工单表中,选择要查看的工单所在的行。此时将打开工单详细信息页面。
  4. On the right side of the case details page, select Watchers.
  5. 选择要添加为观察者的用户。

Important

In order to view Support cases as a watcher, a user added as a watcher must be granted a role with the MANAGE ACCOUNT SUPPORT CASES privilege. See 访问支持系统所需的权限.