fix(DB Connection): Update placeholder values for Snowflake connection (#25119)

This commit is contained in:
Vitor Avila
2023-08-30 09:16:31 -03:00
committed by GitHub
parent 00550d7c02
commit 46a0a6e08a
2 changed files with 3 additions and 8 deletions

View File

@@ -24,9 +24,9 @@ import { FieldPropTypes } from '.';
const FIELD_TEXT_MAP = {
account: {
helpText: t(
'Copy the account name of that database you are trying to connect to.',
'Copy the identifier of the account you are trying to connect to.',
),
placeholder: t('e.g. world_population'),
placeholder: t('e.g. xy12345.us-east-2.aws'),
},
warehouse: {
placeholder: t('e.g. compute_wh'),