mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-16 20:53:18 +00:00
docs(ingest/snowflake): fix authentication type docs (#8059)
This commit is contained in:
parent
bdd4bc7b92
commit
bd5f99b6ab
@ -75,7 +75,7 @@ class BaseSnowflakeConfig(BaseTimeWindowConfig):
|
|||||||
)
|
)
|
||||||
authentication_type: str = pydantic.Field(
|
authentication_type: str = pydantic.Field(
|
||||||
default="DEFAULT_AUTHENTICATOR",
|
default="DEFAULT_AUTHENTICATOR",
|
||||||
description='The type of authenticator to use when connecting to Snowflake. Supports "DEFAULT_AUTHENTICATOR", "EXTERNAL_BROWSER_AUTHENTICATOR" and "KEY_PAIR_AUTHENTICATOR".',
|
description='The type of authenticator to use when connecting to Snowflake. Supports "DEFAULT_AUTHENTICATOR", "OAUTH_AUTHENTICATOR", "EXTERNAL_BROWSER_AUTHENTICATOR" and "KEY_PAIR_AUTHENTICATOR".',
|
||||||
)
|
)
|
||||||
account_id: str = pydantic.Field(
|
account_id: str = pydantic.Field(
|
||||||
description="Snowflake account identifier. e.g. xy12345, xy12345.us-east-2.aws, xy12345.us-central1.gcp, xy12345.central-us.azure, xy12345.us-west-2.privatelink. Refer [Account Identifiers](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) for more details.",
|
description="Snowflake account identifier. e.g. xy12345, xy12345.us-east-2.aws, xy12345.us-central1.gcp, xy12345.central-us.azure, xy12345.us-west-2.privatelink. Refer [Account Identifiers](https://docs.snowflake.com/en/user-guide/admin-account-identifier.html#format-2-legacy-account-locator-in-a-region) for more details.",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user