Per-column tolerance settings and Timestamp support for Snowflake
Hi! I would like to specify the tolerance on a per-column basis instead for all. And do tolerance for Snowpark.
I've looked at the code and I think I can implement and contribute it. Do you have any guidelines for doing this? Would I need to implement it for Pandas and the others as well? Thanks!
Hey @mparaz if you have a solution for snowflake we can take a look at the proposal and see how we could implement it for pandas and the other types. Would love your contribution!
Hi! I have made the pull request for per-column tolerance settings. I found that timestamp tolerances are not necessary since I can use SQL when creating the Snowpark DataFrame to convert the timestamps to integers. Thanks!