-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
39 lines (39 loc) · 1.03 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
version: 1
send_anonymous_usage_stats: false
project_id: tap-neon
default_environment: dev
environments:
- name: dev
plugins:
extractors:
- name: tap-neon
label: Neon Serverless Postgres
namespace: neon
description: Neon is a serverless open-source alternative to AWS Aurora Postgres
repository: https://github.com/edgarrmondragon/tap-neon
docs: https://github.com/edgarrmondragon/tap-neon#readme
logo_url: https://neon.tech/static/logo-black-5ca02e6d7a42cba35e7d0ea79b29c816.svg
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings_group_validation:
- [api_key]
settings:
- name: api_key
kind: password
label: Neon API Key
description: API Key for Neon Serverless Postgres
- name: start_date
kind: date_iso8601
label: Start Date
description: Earliest datetime to get data from
config:
start_date: "2022-08-27"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl