-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
47 lines (47 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-checkly
environments:
- name: dev
default_environment: dev
plugins:
extractors:
- name: tap-checkly
namespace: checkly
label: Checkly
docs: https://github.com/edgarrmondragon/tap-checkly#readme
repo: https://github.com/edgarrmondragon/tap-checkly
pip_url: -e .
description: Delightful Active Monitoring for Developers
capabilities:
- state
- catalog
- discover
settings:
- name: account_id
description: Checkly Account ID
- name: token
kind: password
label: API Token
description: API Token for Checkly
- name: start_date
kind: date_iso8601
label: Start Date
description: Earliest datetime to get data from
- name: include_paid_streams
kind: boolean
value: false
label: Include Paid Streams
description: Include paid streams in the catalog
config:
start_date: '2022-01-01'
loaders:
- name: target-duckdb
variant: jwills
pip_url: target-duckdb~=0.4
config:
filepath: output/wh.duckdb
default_target_schema: ${MELTANO_ENVIRONMENT}_${MELTANO_EXTRACTOR_NAMESPACE}
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl