-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
meltano.yml
60 lines (60 loc) · 1.7 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
55
56
57
58
59
60
version: 1
send_anonymous_usage_stats: false
default_environment: dev
env:
SINGER_SDK_LOG_CONFIG: logging.jotform.yaml
plugins:
extractors:
- name: tap-jotform
namespace: tap_jotform
label: Jotform
description: Full-featured online form builder that makes it easy to create robust
forms and collect important data.
repo: https://github.com/edgarrmondragon/tap-jotform
pip_url: -e .
capabilities:
- state
- catalog
- discover
settings_group_validation:
- - api_key
settings:
- name: api_key
kind: password
label: API Key
documentation: https://api.jotform.com/docs/#authentication
description: API Key for Jotform
- name: api_url
kind: string
value: https://api.jotform.com
label: API URL
description: Override this value for Jotform Enterprise subdomains or EU customers
- name: user_agent
kind: string
label: User Agent
description: User agent to use for requests
- name: start_date
kind: date_iso8601
label: Start Date
description: Start date for collecting data
- name: requests_cache.enabled
kind: boolean
label: Requests Cache Enabled
description: Enable requests cache
- name: requests_cache.config.expire_after
kind: integer
label: Requests Cache Expire After
description: Requests cache expire after
config:
requests_cache.enabled: true
requests_cache.config.expire_after: 3600
loaders:
- name: target-duckdb
variant: jwills
pip_url: target-duckdb~=0.4
config:
filepath: output/wh.db
default_target_schema: test
environments:
- name: dev
project_id: 2af3fc35-a5a2-41d1-b0b5-082ab602a78b