-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmeltano.yml
38 lines (38 loc) · 965 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
version: 1
send_anonymous_usage_stats: false
project_id: tap-crowd-dev
default_environment: dev
environments:
- name: dev
plugins:
extractors:
- name: tap-crowd-dev
label: Crowd Dev
namespace: crowddev
description: Customer Data Platform for Open-Source startups
repository: https://github.com/edgarrmondragon/tap-crowd-dev
docs: https://github.com/edgarrmondragon/tap-crowd-dev#readme
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
- name: tenant_id
kind: string
label: Tenant ID
description: Tenant ID for Crowd Dev
- name: token
kind: password
label: API Token
description: API Token for Crowd Dev
- name: start_date
kind: date_iso8601
label: Start Date
description: Earliest datetime to get data from
config:
start_date: "2023-06-05"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl