forked from MeltanoLabs/tap-athena
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeltano.yml
More file actions
31 lines (31 loc) · 722 Bytes
/
Copy pathmeltano.yml
File metadata and controls
31 lines (31 loc) · 722 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
version: 1
send_anonymous_usage_stats: true
project_id: tap-athena
plugins:
extractors:
- name: tap-athena
namespace: tap_athena
# TODO: To test using Meltano, replace with absolute path
# to the tap-athena.sh script:
executable: ./tap-athena.sh
capabilities:
- state
- catalog
- discover
# config:
# start_date: '2010-01-01T00:00:00Z'
settings:
- name: aws_access_key_id
kind: password
- name: aws_secret_access_key
kind: password
- name: aws_region
kind: string
- name: s3_staging_dir
kind: string
- name: schema_name
kind: string
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl