mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-27 09:58:14 +00:00
fix(ui ingest): Fix mapping for token_name, token_value form fields for Tableau (#8018)
This commit is contained in:
parent
8648160330
commit
2ae82a347a
@ -41,7 +41,7 @@ export const TABLEAU_TOKEN_NAME: RecipeField = {
|
||||
tooltip:
|
||||
'The name of the Personal Access Token used to extract metadata. Required if authenticating using a Personal Access Token.',
|
||||
type: FieldType.TEXT,
|
||||
fieldPath: 'source.config.username',
|
||||
fieldPath: 'source.config.token_name',
|
||||
placeholder: 'access_token_name',
|
||||
rules: null,
|
||||
};
|
||||
@ -52,7 +52,7 @@ export const TABLEAU_TOKEN_VALUE: RecipeField = {
|
||||
tooltip:
|
||||
'The value of the Personal Access Token used to extract metadata. Required if authenticating using a Personal Access Token.',
|
||||
type: FieldType.SECRET,
|
||||
fieldPath: 'source.config.password',
|
||||
fieldPath: 'source.config.token_value',
|
||||
placeholder: 'access_token_value',
|
||||
rules: null,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user