Mihai Todor
Mihai Todor
I am seeing similar behaviour when trying to override a list item from a values.yaml file. If I want to convert the Airflow ClusterIP service to a NodePort and set...
Sounds like we could try adding a new field called smth like `open_messages` which takes a list of messages and deprecate `open_message`. Not sure if that's the right thing to...
This issue seems to also cause Pandas to fail with "OSError: Not yet implemented: DecodeArrow for DeltaLengthByteArrayDecoder.": https://github.com/segmentio/parquet-go/issues/325
Hey @skyoct, the goal was to eventually stop using github.com/xitongsys/parquet-go as the underlying library and switch to github.com/segmentio/parquet-go to have better parquet support. See more details in #1205. In order...
@skyoct Yep. Please try it and report back if you encounter any issues.
Thanks for raising this! I believe `json_contains` should take an extra optional parameter which allows users to instruct it to ignore element order in arrays.
> @Jeffail I can contribute in creating a dedicated opensearch output sink. Let me know. Go ahead if you have cycles to spare. All new contributors are welcome! Happy to...
Typically, you'd want to allow Benthos to trigger a shutdown via its internal mechanisms, so you don't weaken its delivery guarantees. There are some notes on when Benthos automatically shuts...
We might want to look at https://github.com/sijms/go-ora too, since it doesn't rely on CGo. The annoying part is adding integration tests for this, since Oracle refuses to publish prebuilt Docker...
Hey @reski-rukmantiyo, thanks for trying out Benthos! Just to clarify, are you looking to have an input and output based on https://github.com/minio/minio-go ? Currently, there is an `aws_s3` [input](https://www.benthos.dev/docs/components/inputs/aws_s3) and...