-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
43 lines (43 loc) · 1.05 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
version: 1
send_anonymous_usage_stats: false
project_id: tap-polarsh
default_environment: dev
environments:
- name: dev
venv:
backend: uv
plugins:
extractors:
- name: tap-polarsh
label: Polar
namespace: polar
description: Polar is the creator platform for developers
repository: https://github.com/edgarrmondragon/tap-polarsh
docs: https://github.com/edgarrmondragon/tap-polarsh#readme
pip_url: -e .
capabilities:
- about
- catalog
- discover
- state
- stream-maps
settings:
- name: token
kind: password
label: API Token
description: API Token for Polar
sensitive: true
- name: is_member
kind: boolean
label: Is Member
description: Whether to only query organizations the user is a member of. Defaults to true.
- name: start_date
kind: date_iso8601
label: Start Date
description: Earliest datetime to get data from
config:
start_date: "2024-04-25"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl