Hi everyone!
I have some issues getting a CSV file to load.
Here is a snippet of it:
"urn:li:dataset:(urn:li:dataPlatform:OpenATM,AirportMeteoMessage,PROD)",,,,,,,
"urn:li:dataset:(urn:li:dataPlatform:OpenATM,header,PROD)",,,,,,,
"urn:li:dataset:(urn:li:dataPlatform:OpenATM,message-type,PROD)",,,,,,,```
And here is the recepy:
```source:
type: csv-enricher
config:
# relative path to your csv file to ingest
filename: ./data_catalog.csv
sink:
type: "datahub-rest"
config:
server: "server"
ca_certificate_path: "path"
disable_ssl_verification: "false"```
The issue I have is that it does not want to load anything, at all. What am I missing or what should I check?
`Pipeline finished successfully; produced 0 events in 0.07 seconds.`