登录 Snowflake

You can sign in to Snowflake in several ways. If you’re getting started with Snowflake, start by using Snowsight, Snowflake’s browser-based web interface. After you get comfortable with using Snowsight, you can explore other ways to connect.

要登录 Snowflake,您需要以下信息:

  • 您的账户标识符。

    All access to Snowflake is through your account identifier. If you don’t know your account identifier, ask your Snowflake account administrator. For more information, see Account identifiers.

  • 您的身份验证方法。

登录 Snowflake 的方式取决于组织使用的身份验证方法。用户使用的两种常见身份验证方式是使用单点登录 (SSO) 的联合身份验证以及结合多重身份验证 (MFA) 的密码身份验证:

  • SSO: Users authenticate with a third-party identity provider (IdP) instead of authenticating with Snowflake directly. Examples of IdPs are Okta and Microsoft Entra ID.
  • Password with MFA: When users sign in with a username and password, they must use a second factor of authentication. These users enter their username and password, and then use the second factor to complete the authentication. Currently, Snowflake allows the following MFA methods: passkeys, authenticator apps, and Duo.

如果您不知道组织使用哪种身份验证方法,请咨询您的 Snowflake 账户管理员。

If your organization uses password with MFA authentication, you can configure MFA when you sign in to Snowsight.

Other authentication methods are supported for both users and applications. For more information about authentication methods, see Overview of Snowflake authentication.

Sign in by using Snowsight

You can access Snowsight over the public internet or through private connectivity to the Snowflake service.

Note

  • 请咨询您的 Snowflake 账户管理员,了解登录说明。
  • If your organization uses private connectivity to access Snowsight, see Using private connectivity.

To access Snowsight over the public internet, complete the following steps:

  1. In a supported web browser, navigate to https://app.snowflake.cn.
  2. Provide your account identifier or account URL. If you previously signed in to Snowsight, you might see an account name that you can select.
  3. Choose your authentication method, and then sign in.

If you are signing in to Snowsight for the first time, you might be prompted to configure MFA. For instructions, see Snowsight and MFA.

For information about the tasks that you can perform in Snowsight, see Snowsight quick tour.

使用其他方法连接

In addition to Snowsight, you can use the following methods to connect to Snowflake:

  • Using Snowflake CLI.
  • 使用支持 JDBC 或 ODBC 的第三方客户端服务和应用程序。
  • Developing applications that connect through the Snowflake connectors and drivers for Python, Node.js, Spark, and so on.

These methods require additional installation, configuration, and development tasks. For more information, see Applications and tools for connecting to Snowflake.