Closed
Description
Argument names seem inconsistent. In athena.read_sql_query
we have arguments database
and ctas_database_name
, whereas in athena.create_ctas_table
we have database
and ctas_database
. It seems that _name
suffix would not be necessary.
In addition it would be nice if ctas_database
could be read from environmental variables.