1.1.2 • Published 15 days ago

evidence-connector-aws-athena v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
15 days ago

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

FieldDescriptionType
databaseAWS glue database to querystring
outputBucketAWS S3 Output bucket name for athena querystring
testTableNameName of a athena table name to do a test query (select first row) to validate the connectionstring

Source Configuration

1.1.1

15 days ago

1.1.2

15 days ago

1.1.0

24 days ago

1.0.1

24 days ago

1.0.0

24 days ago

0.0.2

25 days ago

0.0.1

25 days ago