-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeltano.yml
39 lines (38 loc) · 1.16 KB
/
meltano.yml
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
32
33
34
35
36
37
38
39
version: 1
send_anonymous_usage_stats: true
project_id: 82cd5745-6c1b-4eb5-8ddb-adb99b42f87e
plugins:
extractors:
- name: tap-thinkific
variant: birdiecare
load_schema: THINKIFIC
namespace: tap_thinkific
pip_url: file:./
executable: tap-thinkific
capabilities:
- catalog
- state
- discover
settings:
- name: subdomain
- name: api_key
kind: password
- name: start_date
value: '2022-01-01T00:00:00Z'
config:
start_date: '2019-01-01T00:00:00Z'
api_key: $THINKIFIC_API_KEY
subdomain: $THINKIFIC_SUBDOMAIN
loaders:
- name: target-snowflake
variant: transferwise
pip_url: git+https://github.com/augusthorlen0/pipelinewise-target-snowflake.git@be0a09ecfd97bcbf28d3488df5e5364a743ce768
config:
account: $SNOWFLAKE_ACCOUNT
dbname: $SNOWFLAKE_ANALYTICS_DATABASE
user: ANALYTICS_SINGER_USER
role: ANALYTICS_ADMIN
password: $SNOWFLAKE_ANALYTICS_SINGER_USER_PASSWORD
warehouse: INTEGRATIONS_WH
file_format: LANDING.PIPELINEWISE_TARGET_SNOWFLAKE_FILE_FORMAT
add_metadata_columns: true