I'm trying to utilize the elasticsearch connector ...
# ingestion
p
I'm trying to utilize the elasticsearch connector to ingest data from an open search cluster and am getting the following error when trying to use the elasticsearch recipe as a base: KeyError: 'Did not find a registered class for elasticsearch' Is this a version issue with the datahub cli tool I'm using?
figured it out. needed to update the cli to 0.8.28.1
🙌 1