Jonas Haag
Jonas Haag
Any news on this?
Something curious happens here, if you use a new connection the result is empty (even without temporary tables) ```py import pandas as pd from functools import partial from snowflake.connector.pandas_tools import...
Well the first `read_sql_table` works so the data must be stored somewhere! But interestingly, adding this before the first `read_sql_table` breaks it: ``` pd.read_sql("SELECT 1", con=conn) ```
Can you reproduce the issue? If so, why do you need me to do additional work?
Thank you. I wonder why takes almost a year to fix such a fundamental problem.
Hello, is anyone from Snowflake looking into this?
Thanks! Note that this is also the case with all other pandas versions.
Should we using the same quoting workaround here as mention in #1420?
Yes and no, it means you should only use conda-forge