-
Notifications
You must be signed in to change notification settings - Fork 6
/
meltano.yml
33 lines (33 loc) · 955 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
version: 1
send_anonymous_usage_stats: true
project_id: d147c305-5d33-4982-80b7-c585a868affe
plugins:
extractors:
- name: tap-smoke-test
namespace: tap_smoke_test
pip_url: git+https://gitlab.com/meltano/tap-smoke-test.git
capabilities:
- state
- catalog
- discover
config:
streams:
- stream_name: smoketest-animals
input_filename: https://gitlab.com/meltano/tap-smoke-test/-/raw/main/demo-data/animals-data.jsonl
- stream_name: smoketest-pageviews
input_filename: https://gitlab.com/meltano/tap-smoke-test/-/raw/main/demo-data/pageviews-data.jsonl
- stream_name: smoketest-fakeusers
input_filename: ./demo-data/fake-users.jsonl
loaders:
- name: target-csv
namespace: target_csv
executable: ./target-csv.sh
capabilities:
- state
- catalog
- discover
settings:
- name: output_path
kind: string
config:
output_path: ./.output