Emilian Bold

Results 6 comments of Emilian Bold

Hm, this is actually a handy feature and the fact that it hasn't been added in 7 years means it's never going in. The thing is you don't always fully...

Procedurally, I would start by doing something else: include generated Python client in the codebase, probably under `samples/client/others`. I see there's a few other clients there but not all the...

Interesting, I see you do have the client part of the codebase in `samples/openapi3/client/petstore/python` . So, it's quite surprising you have no dependabot security issue for that folder. I wonder...

OK, the interesting thing seems to be dependabot will not report security issues if you have a range of versions. It only opens a security issue if you have a...

This does *not* seem to work: ```python with snowflake.connector.connect(...) as c: c.telemetry_enabled = False from snowflake.connector.telemetry_oob import TelemetryService # disable out-of-band telemetry TelemetryService.get_instance().disable() ``` as the logs show telemetry is...

For reference, the code changes seem to be https://github.com/snowflakedb/snowflake-connector-python/pull/2013 We will check the new version.