-
Notifications
You must be signed in to change notification settings - Fork 10
/
meltano.yml
54 lines (54 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
54
version: 1
send_anonymous_usage_stats: true
project_id: tap-universal file
default_environment: test
environments:
- name: test
plugins:
extractors:
- name: tap-universal-file
namespace: tap_universal_file
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- name: stream_name
- name: protocol
- name: file_path
- name: file_regex
- name: file_type
- name: compression
- name: additional_info
kind: boolean
- name: start_date
kind: date_iso8601
- name: delimited_error_handling
- name: delimited_delimiter
- name: delimited_quote_character
- name: delimited_header_skip
kind: integer
- name: delimited_footer_skip
kind: integer
- name: delimited_override_headers
kind: array
- name: jsonl_error_handling
- name: jsonl_sampling_strategy
- name: jsonl_type_coercion_strategy
- name: avro_type_coercion_strategy
- name: parquet_type_coercion_strategy
- name: s3_anonymous_connection
- name: AWS_ACCESS_KEY_ID
kind: password
sensitive: true
- name: AWS_SECRET_ACCESS_KEY
kind: password
sensitive: true
- name: caching_strategy
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl