-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeltano.yml
More file actions
48 lines (42 loc) · 1016 Bytes
/
meltano.yml
File metadata and controls
48 lines (42 loc) · 1016 Bytes
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
48
version: 1
send_anonymous_usage_stats: true
project_id: "tap-outbrain"
default_environment: test
venv:
backend: uv
environments:
- name: test
plugins:
extractors:
- name: "tap-outbrain"
namespace: "tap_outbrain"
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
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
- name: include_archived
kind: array
label: Include archived
description: Whether or not to extract archived data per stream
settings_group_validation:
- [username, password]
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl