forked from potloc/tap-hubspot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
40 lines (40 loc) · 853 Bytes
/
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
version: 1
send_anonymous_usage_stats: false
project_id: 40eb93e3-36f8-492b-bb71-deec50c35380
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-hubspot
namespace: tap_hubspot
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: client_id
kind: string
- name: client_secret
kind: password
- name: access_token
kind: password
- name: flattening_enabled
kind: boolean
- name: flattening_max_depth
- name: start_date
value: '2010-01-01T00:00:00Z'
- name: refresh_token
kind: password
config:
start_date: '2010-01-01T00:00:00Z'
select:
- deals.*
- quotes.*
- line_items.*
- owners.*
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl