Closed
Description
Is your idea related to a problem? Please describe.
can't specify query parameters via awswrangler.data_api.redshift.read_sql_query
AWS docs describe underlying support for this, but seems it's not exposed via awswrangler.
Describe the solution you'd like
in the same way we can provide query parameters via awswrangler.redshift.read_sql_query(sql, con, params='...')
we should be able to do the same via the awswrangler.data_api.redshift.read_sql_query
awswrangler==3.11.0