Chenyang Liu

Results 9 comments of Chenyang Liu

@norhther could you try the latest commit in PyDeequ - it's not being released yet, but you could install via `pip install git+https://github.com/awslabs/python-deequ.git@7ec9f6f72839779f370a4753c0db26d6cf052203` Most notably, you could use much modern...

Possible to verify if the issue go away with latest mainline? `pip install git+https://github.com/awslabs/python-deequ.git@7ec9f6f72839779f370a4753c0db26d6cf052203`

Could we merge this? I run into the same issue when POST binary data with `--data-binary` and `POST -d "@test.binary"`

@okigan any chance we could merge this as well?

+1, this happens when the credential is missing/mis-configured. A better exception type or message would be very helpful

Well the `dump/load` is almost de-facto user facing API for the serialization library of JSON, Yaml, etc. I don't think it's a great idea to let the user write their...

@tgregg that's great to hear, looking forward to the gap being closed. I'll try to add some example data for testing in this issue. I still think the "dom" based...

@tgregg thanks for all the details and that's great to hear. As you suggested I might start cherry pick from the `blocking.py` and evaluate it in a branch based on...

@agronholm gentle ping, any thoughts on the feature and interface?