evidence-connector-aws-athena

1.1.2 • Public • Published

Evidence Athena DataSource

Evidence data source to vizualize and explore your AWS Athena data.

How to use

Install this package into your Evidence project

npm i evidence-connector-aws-athena

Update your evidence.plugins.yaml

datasources:
    # ...
    evidence-connector-aws-athena: {}

Run your Evidence project, and navigate to the settings page, and add a new athena data source.

or add it manually by creating a new dir with the source name and adding the connection.yaml

name: {name}
type: athena
options:
  database: {database}
  outputBucket: {outputBucket}
  testTableName: {testTableName}

Open the schema explorer to see the new tables imported.

For more information see the Evidence.dev datasource docs

Configuration

Field Description Type
database AWS glue database to query string
outputBucket AWS S3 Output bucket name for athena query string
testTableName Name of a athena table name to do a test query (select first row) to validate the connection string

Source Configuration

Package Sidebar

Install

npm i evidence-connector-aws-athena

Weekly Downloads

114

Version

1.1.2

License

ISC

Unpacked Size

13.2 kB

Total Files

10

Last publish

Collaborators

  • morganchorlton3