mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-25 00:48:45 +00:00
fix(ui): use correct docs link for csv enricher (#11917)
This commit is contained in:
parent
c3f9a9206d
commit
970453e584
@ -284,7 +284,7 @@
|
||||
"name": "csv-enricher",
|
||||
"displayName": "CSV",
|
||||
"description": "Import metadata from a formatted CSV.",
|
||||
"docsUrl": "https://datahubproject.io/docs/generated/ingestion/sources/csv'",
|
||||
"docsUrl": "https://datahubproject.io/docs/generated/ingestion/sources/csv-enricher",
|
||||
"recipe": "source: \n type: csv-enricher \n config: \n # URL of your csv file to ingest \n filename: \n array_delimiter: '|' \n delimiter: ',' \n write_semantics: PATCH"
|
||||
},
|
||||
{
|
||||
|
||||
@ -15,7 +15,7 @@ const csvConfig: SourceConfig = {
|
||||
type: 'csv-enricher',
|
||||
placeholderRecipe,
|
||||
displayName: 'CSV',
|
||||
docsUrl: 'https://datahubproject.io/docs/generated/ingestion/sources/csv',
|
||||
docsUrl: 'https://datahubproject.io/docs/generated/ingestion/sources/csv-enricher',
|
||||
logoUrl: csvLogo,
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user