Awswrangler - Athena query with table name as param

0

Hello,

I want to run a query where the table name is a parameter, so the query is something like

select * from :table_name

I am getting this error ' mismatched input' as table name contains double quotes. How can I get rid of them?

feita há 6 meses71 visualizações