Francis Chmiel

Results 6 comments of Francis Chmiel

Appreciate the stance outlined [here](https://github.com/datafold/data-diff/pull/867#issue-2142185277). We don't use pydantic in our service and it feels peculiar for us to restrict a transitive dependency, but that may be my misunderstanding.

> Same issue here (now with data-diff 0.11.1 and the snowflake extra). Adding `pydantic = ">=1.10.12,

+1 > ImportError: cannot import name 'DEFAULT_CHECKSUM_ALGORITHM' from 'botocore.httpchecksum'

Thanks @jonathan343. I also suspect its not us using an outdated botocore version: We only pin the boto3 version and botocore is a transitive dependancy of this only.

Thanks, I replicate your (correct) behaviour with poetry when trying to generate a a reproducible error. In my lock file I have s3transfer==0.11.0, so that may be it.

From my understanding of the source code it seems for most calls of summary_plot it returns nothing. Could it not return the figure instance? As well as allowing saving following...