-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
34 lines (34 loc) · 878 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
version: 1
send_anonymous_usage_stats: true
project_id: "target-universal-file"
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-smoke-test
variant: meltano
pip_url: git+https://github.com/meltano/tap-smoke-test.git
config:
streams:
- stream_name: animals
input_filename: https://raw.githubusercontent.com/meltano/tap-smoke-test/main/demo-data/animals-data.jsonl
loaders:
- name: "target-universal-file"
namespace: "target_universal_file"
pip_url: -e .
capabilities:
- about
- stream-maps
- schema-flattening
settings:
- name: protocol
- name: file_type
- name: path
- name: file_name_format
- name: protocol_options
kind: object
additional_properties: true
- name: file_type_options
kind: object
additional_properties: true