Closed sezaru closed 1 year ago
I am afraid this one will need to be reported upstream on ADBC.
Found this issue already open there: https://github.com/apache/arrow-adbc/issues/1144
Kinda a bummer, makes working with snowflake very limited, hopefully that will be solved soon.
Closing this one then, I have subscribed to that issue.
Are you by any chance using Livebook? If so, maybe we should make it so our queries do not use parameters?
@josevalim Yes, I'm using it with Livebook, I get the same error there, but posted here since it was clear that it was an error in this layer not in livebook itself.
Actually I was about to suggest the same thing, can't we process the query before in Explorer before sending it to Adbc? That way we would always send a string and it should just work.
@sezaru I would do that in Livebook itself. Although escaping will certainly be an issue. :(
I'm trying to run the following query:
This will give me the following error:
If I remove the params and run the query as a single string like this:
Then it works fine