Ben Fradet

Results 114 comments of Ben Fradet

Hey :wave: , might I ask what's the status of this PR? Thank you :+1:

yes, I think the idea in the post has several flaws especially regarding user interaction: people don't know what version to choose when they change their schema. I think a...

no it doesn't but what I meant is that we can work around compatibility, we already abstract routing for compatibility reasons we can also abstract versioning :slightly_smiling_face:

Yes, that was my thought as well but that means translating everit's error types into circe's. However, I haven't looked into their error hierarchy yet. I can do that in...

Can't we try recovering from this issue? because it fails the whole load no matter what.

those errors are not taken into account in max errors

yes but different storage backends will have different properties that's what I meant in the original post. so in Redshift, a JSON field can't be more than 4mb, what about...

@alexanderdean I think we should prioritize this, it's a huge drag for support atm when they have to recover.

Isn't removing validation introducing coupling between the two? Also, somewhat unfortunately, I don't think bypassing validation will save us a lot of time / resources.