docs: undocumented use of raw_sql and parameters maybe a bug in BigQuery con #10861
Closed
1 task done
Labels
docs
Documentation related issues or PRs
Please describe the issue
Reading the docs and the code I am not sure what is the proper way to use query parameters in
con.raw_sql
. For instance, lets say that i want to perform a parameterized delete operation as follows:This approach kind of beat the purpose of using query parameters, because I have to pass the parameter name through string formatting. By the way
ibis.param("date").name("cutoff")
does not work, becauseparam.op()
is instance ofAlias
, thereforeparam.op().arg.name
is used instead.Code of Conduct
The text was updated successfully, but these errors were encountered: