carrasquel
carrasquel
When working with local development mocking services a bypass or override of the base url must be done, with the nodejs library can not be accomplished, this pr will take...
### Python version 3.10.12 ### Operating system and processor architecture Linux-5.10.16.3-microsoft-standard-WSL2-x86_64-with-glibc2.35 ### Installed packages ```python snowflake-sqlalchemy==1.5.1 snowflake-connector-python==3.6.0 ``` ### What did you do? ```python When trying to connect to a...
We are using this package to compile into our Python code, but we need to use custom values for some compiler directives [Cython compiler directives](https://cython.readthedocs.io/en/latest/src/userguide/source_files_and_compilation.html#compiler-directives) And this packages does not...
### What is the current behavior? Currently, the python connector does not have a valid parameter to enable or disable these commands, PUT and GET, like in the JDBC connector...