-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
47 lines (41 loc) · 1.02 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
version: 1
send_anonymous_usage_stats: true
project_id: "tap-intacct"
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: "tap-intacct"
namespace: "tap_intacct"
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
# TODO: Declare settings and their types here:
settings:
- name: username
label: Username
description: The username to use for authentication
- name: password
kind: password
label: Password
description: The password to use for authentication
sensitive: true
- name: start_date
kind: date_iso8601
label: Start Date
description: Initial date to start extracting data from
# TODO: Declare required settings here:
settings_group_validation:
- [username, password]
# TODO: Declare default configuration values here:
config:
start_date: '2010-01-01T00:00:00Z'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl