UNPKG

n8n-nodes-aws-athena-query

Version:

n8n community node for executing SQL queries on AWS Athena

6 lines (5 loc) 279 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class AwsAthenaQuery implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }