-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
35 lines (35 loc) · 912 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
35
version: 1
send_anonymous_usage_stats: false
project_id: tap-geekbot
default_environment: dev
environments:
- name: dev
plugins:
extractors:
- name: tap-geekbot
label: Geekbot
namespace: geekbot
description: Run standup meetings in Slack & Teams
repository: https://github.com/edgarrmondragon/tap-geekbot
docs: https://github.com/edgarrmondragon/tap-geekbot#readme
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings:
# TODO: To configure using Meltano, declare settings and their types here:
- name: api_key
kind: password
label: API Key
description: API Key for Geekbot
- name: start_date
kind: date_iso8601
label: Start Date
description: Earliest datetime to get data from
config:
start_date: "2023-08-15"
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl