-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeltano.yml
47 lines (46 loc) · 1.23 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: false
project_id: tap-zammad
default_environment: dev
plugins:
extractors:
- name: tap-zammad
namespace: tap_zammad
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: start_date
kind: date_iso8601
value: "2022-01-12"
- name: api_base_url
kind: string
description: The base url of the Zammad API e.g. `https://example.zammad.com/api/v1/`
- name: auth_token
kind: password
description: The token to authenticate against the Zammad API
select:
- "*.*"
metadata:
tickets:
replication-method: INCREMENTAL
replication-key: updated_at
users:
replication-method: INCREMENTAL
replication-key: updated_at
groups:
replication-method: FULL_TABLE
organizations:
replication-method: INCREMENTAL
replication-key: updated_at
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-postgres
variant: transferwise
pip_url: "pipelinewise-target-postgres==2.1.2"
environments:
- name: dev