Closed doma-rydevera3 closed 1 week ago
hi , thanks for raising this issue. Could you please try setting up the connection + running the query as described in https://docs.snowflake.com/en/developer-guide/python-connector/sqlalchemy and see if it helps you ?
hi , thanks for raising this issue. Could you please try setting up the connection + running the query as described in https://docs.snowflake.com/en/developer-guide/python-connector/sqlalchemy and see if it helps you ?
Hey @sfc-gh-dszmolka I was able to get the copy method to work but I still cannot get the pandas.to_sql
method to work. I tried using the string as above and the URL
. I can try some additional triaging in the coming days.
hi @doma-rydevera3 glad to hear you made copy work - do you need any further help here ? i see the SQL error message quoted in the initial issue submission references an unbound variable, at least i don't see where you bind the value for ?
let us know please if you need further help, and if possible please specify the exact repro you're having problems with. thank you in advance!
it's been a month now - i'm going to close this issue but if any further assistance is required, do comment please and i can reopen.
Python version
3.11.9
Operating system and processor architecture
Linux-6.5.0-1025-azure-x86_64-with-glibc2.36
Installed packages
What did you do?
when I run my code.
Here is my code setup.