-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
66 lines (66 loc) · 1.44 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
version: 1
send_anonymous_usage_stats: true
project_id: 3e6a4a0d-c523-46b5-b116-b8f0f051cb3a
plugins:
extractors:
- name: tap-shopify
variant: singer-io
pip_url: tap-shopify
config:
start_date: '2021-10-01'
schema:
orders:
subtotal_price_set:
type:
- object
- 'null'
total_discounts_set:
type:
- object
- 'null'
total_line_items_price_set:
type:
- object
- 'null'
total_price_set:
type:
- object
- 'null'
total_shipping_price_set:
type:
- object
- 'null'
total_tax_set:
type:
- object
- 'null'
discounted_price_set:
type:
- object
- 'null'
price_set:
type:
- object
- 'null'
loaders:
- name: target-athena
namespace: target_athena
pip_url: git+https://github.com/dataops-tk/target-athena.git
executable: target-athena
settings:
- name: s3_bucket
kind: password
- name: athena_database
kind: password
- name: aws_region
- name: aws_access_key_id
kind: password
- name: aws_secret_access_key
kind: password
- name: s3_staging_dir
kind: password
- name: compression
config:
aws_region: us-west-2
schema_name: shopify
object_format: jsonl