Kevin Klein

Results 16 comments of Kevin Klein

Hi @socket778 ! We figured it could be useful to have build the Python package by virtue of CI - making the current state of building transparent. What do you...

Hi @socket778 ! Just let me know if I can be of help. :)

Is there an update?

Hi @0xbe7a - thanks for your careful write-up. Do I guess correctly that this problem is unlikely to be linked to the fact that `ALTER` is a SQL keyword per...

I see. For context, we came up with this work-around because the out-of-the box behaviour of `snowflake-sqlalchemy` was not what we expected it to be, see here: https://github.com/snowflakedb/snowflake-sqlalchemy/issues/157 Since we...

Thank you for your write-up! Would you mind describing why you would suggest to make the retrieved values part of the `TestResult` as compared to directly retrieving the results? I'm...

> Unfortunately, I didn't get exactly the issues you present here. In the example above we observe ``` (key, k) (key, k+1) (key, k+2) ``` The docstring says: > Since...

Hi @windiana42 - thanks for raising this issue! > Thus it might be nice to try-catch also plain query related errors and to report those fault tolerant at the end...

FYI @DanielSchalkQC