You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for a wonderful library and for your work maintaining it!
One feature I hope can be considered for future development is implementing ? style param support. Athena supports parameterized queries using the ? character for positional substitution.
For use cases where queries are run both using pyathena and by analysts directly, having PyFormat-style params is not ideal as it requires analysts to modify queries to execute them directly in their SQL clients or in the Athena console. Supporting ? for query parameterization would decouple the query from any specific execution context, making it more portable.
Thanks for your time and consideration.
The text was updated successfully, but these errors were encountered:
Thank you for a wonderful library and for your work maintaining it!
One feature I hope can be considered for future development is implementing
?
style param support. Athena supports parameterized queries using the?
character for positional substitution.For use cases where queries are run both using
pyathena
and by analysts directly, havingPyFormat
-style params is not ideal as it requires analysts to modify queries to execute them directly in their SQL clients or in the Athena console. Supporting?
for query parameterization would decouple the query from any specific execution context, making it more portable.Thanks for your time and consideration.
The text was updated successfully, but these errors were encountered: