Facing the following error while using the csv emm...
# troubleshoot
n
Facing the following error while using the csv emmiter [2022-12-08 081711,051] ERROR {datahub.entrypoints:195} - Command failed: Failed to configure source (csv-enricher) due to '1 validation error for CSVEnricherConfig should_overwrite extra fields not permitted (type=value_error.extra)'. Run with --debug to get full stacktrace. e.g. 'datahub --debug ingest -c csvtest.yml' Below is the csv file that I am using resource,subresource,glossary_terms,tags,owners,ownership_type,description,domain "urnlidataset:(urnlidataPlatform:mysql,rsnac.host,PROD)",id,[urnliglossaryTermb91d74c2 e5fa 4de9 9525 42ffbc818ba8],[urnlitagdataset],[urnlicorpuser:abhinav],"TECHNICAL_OWNER","new description",[urnlidomain:Engineering]
1
b
should_overwrite no longer is a valid field in the config.
n
is TECHNICAL_OWNER correct?
or should it be TECHNICAL OWNER
b
i believe it will throw error if its not correct
b
TECHNICAL_OWNER is correct!
This is about the configuration., like XL mentioned