Ilias Tsatiris
Ilias Tsatiris
We are experiencing the same thing, we have some ETL pipelines that insert into hypertables that also need to update/delete some data. If a compression job is running, then the...
That would be great! Maybe a `Meta(bytes_format="base64" | "hex")` is more clear.
Similar issues are affecting us heavily -- we are running a blockchain indexing pipeline, and part of the process involves having to go over some past (but recent) data again,...
I have upvoted your original issue, in hopes it gets picked up. Unfortunately it doesn't seem to be getting picked up any time soon 🫤
There are some failing tests ATM, not sure what's the cleanesst way to update the tests -- I've read the guide for creating tracer test files for a given TX,...
> Please add comments to the struct fields. It is unintuitive and needs to be explained. Added some comments to the new struct fields
> This is causing a bunch of tests to fail, because the expected result doesn't have the new field. They need to be updated. I'm aware, but I'm not sure...
We've also encountered this issue, thanks for the workaround!
We encountered a similar error again recently and had to expand the list of pinned dependencies to include `idna_adapter` locked at version `1.2.0`: ```diff diff --color -ru ../plrust-1.2.7/plrust/Cargo.toml ./plrust/Cargo.toml ---...
Update: had to manually copy the SQL migration file into the postgres migration file folder. Not sure why this wasn't handled automatically during the build/install process.