Anthony Burdi

Results 30 comments of Anthony Burdi

Hi @kuhnen, @nicolasaraceni, @YevgeniyaLee - I'm having a hard time replicating the issue described with the latest version of Great Expectations (including @joshua-stauffer 's fix in #4336). Here is an...

Was incorporated in https://github.com/great-expectations/great_expectations/pull/5941, https://github.com/great-expectations/great_expectations/pull/5901, https://github.com/great-expectations/great_expectations/pull/5813 and others in Aug 2022

Hi @qwwqwwq! Thank you so much for this contribution. For now we are closing this PR, but if you are interested in picking this work back up please reopen it!...

Hi @luizfgoncalves! We have implemented this functionality in https://github.com/great-expectations/great_expectations/pull/8194 which will be released in our next scheduled release (planned for today).

Will be fixed in https://github.com/great-expectations/great_expectations/pull/7417

Hi @ext-gvillafane! Thank you for this contribution. I was just trying to make the changes that @kenwade4 suggested (lint / merge develop) but unfortunately I'm not able to push to...

Implemented in later PRs.

Hi @YevgeniyaLee - I had a chance to look back at this and am realizing the UnexpectedItem class will need to be adjusted to handle non-dictionary args. For example, I...

Actually - in looking at our code for v3 we already have a fix in place that we can replicate here, https://github.com/great-expectations/great_expectations/blob/develop/great_expectations/expectations/expectation.py#L3023-L3064. What are your thoughts on implementing this instead...

Super exciting to hear that this is in the works. We just switched to ruff instead of `pydocstyle` and are eager to replace `darglint` as well. Here are the error...