1.3.1 • Published 6 months ago

evidence-connector-aws-athena v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months 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
catalogAWS Athena catalog to use for the query, defaults to AWSDataCatalogstring
workgroupAWS Athena workgroup to use for the query, defaults to primarystring
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.3.1

6 months ago

1.3.0

7 months ago

1.2.0

11 months ago

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago