Gustavo Monti
Gustavo Monti
I've tried to scribble down some code to maybe get this working: Initializing the option with a default value by adding a row to [bin/elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump/blob/master/bin/elasticdump#L13) defaults: ```bash bulkApiOperation='index' ``` Updating...
Thanks @ferronrsmith! I cloned the branch and built the docker image locally. With the default value, everything worked normally. Trying to use the `bulkAction='update'` I ran into some errors. It...
Hey @ferronrsmith - Just an update: I had made a change similar to yours but couldn't get it working locally, so I though my code had messed something up. I...
Tested and working locally with inserts (index) and update.
> Can you please fix static check and add/update a unit test to avoid regressions in the future ? Yep - I've adressed the static check locally. I'm looking in...
> Any updates @gustavom2998 :)? Hey @potiuk - sorry about the delay. I had some troubles getting breeze working locally. Managed to get it working over the weekend. But I...
@potiuk any chance you could take a look now? Took a while but I think we're almost there :D
There was a merge conflict exactly on the operator I worked on - but hopefully I've solved the problem. I've ran the pre-commits locally on the affected files locally and...
Hey @potiuk - thanks for the tip. I attempted to perform the squash, but since the have been many commits merged from the main repository to the fork - I...