Open
Description
Great library! I've been using it to execute and capture the results of a variety of Athena SQL commands. They all work apart from the CREATE TABLE AS.
When I execute the following I get a NoSuchKey: The specified key does not exist.
error.
const query = 'CREATE TABLE newtable WITH (format='ORC') SELECT * from rawtable';
athena-client
.execute(query)
.toPromise()
.then(result => {})
.catch(error => {})
Metadata
Metadata
Assignees
Labels
No labels