We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I got the records to the query of 'SHOW TABLES IN hoge'
hoge fuga piyo
I got the rows in node-athena.
[ Row { hoge: 'fuga' }, Row { hoge: 'piyo' }]
The sample code I used is here.
const client = createClient( { bucketUri: 's3://bucket_path' }, { region: 'ap-northeast-1' } ) const tables = await client .execute(`SHOW TABLES IN hoge`) .toPromise() console.log(tables.records)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I got the records to the query of 'SHOW TABLES IN hoge'
I got the rows in node-athena.
The sample code I used is here.
The text was updated successfully, but these errors were encountered: