mirror of
https://github.com/apache/superset.git
synced 2026-05-31 05:09:20 +00:00
fix(DB Connection): Update placeholder values for Snowflake connection (#25119)
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user