Closed
Description
Is your idea related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
athena.unload、athena.read_sql_query and
athena.start_query_execution supports client-side parameter resolution.
It would be useful if athena.create_ctas_table had similar parameter resolution.
Describe the solution you'd like
A clear and concise description of what you are expecting.
Add parameters params
and paramstyle
to athena.create_ctas_table
.
P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.