You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The settings for the elasticsearch_reader_api in the apis property override the id_reader configs. It seems like the elasticsearch_reader_api should have to be called in the _op config for the api configs to be applied.
The text was updated successfully, but these errors were encountered:
I am going to reopen this because it should absolutely fail when submitting the job. You should NOT be able to specify connection, index, field, or any other conflicting config value on both the api and the reader. If there was validation for this, the problem is immediately obvious and there isn't a need to debug why the job isn't working right. Documentation can be used to document business logic but never to enforce it.
In this job set up:
The settings for the elasticsearch_reader_api in the apis property override the id_reader configs. It seems like the elasticsearch_reader_api should have to be called in the _op config for the api configs to be applied.
The text was updated successfully, but these errors were encountered: