forked from shaped-ai/tap-iceberg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
43 lines (43 loc) · 1.27 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
version: 1
send_anonymous_usage_stats: true
project_id: "tap-iceberg"
plugins:
extractors:
- name: "tap-iceberg"
namespace: "tap_iceberg"
pip_url: -e .
capabilities:
- state
- catalog
- discover
- about
- stream-maps
settings:
- description: The name of the catalog to connect to.
label: Catalog Name
name: catalog_name
- description: The type of catalog to connect to.
label: Catalog Type
name: catalog_type
- description: The URI of the catalog to connect to.
label: Catalog URI
name: catalog_uri
- description: Additional properties to pass to the catalog connection.
label: Catalog Properties
name: catalog_properties
- description: The access key of the AWS Glue Data Catalog.
label: Access Key
name: client_access_key_id
- description: The secret access key of the AWS Glue Data Catalog.
label: Secret Access Key
name: client_secret_access_key
- description: The session token of the AWS Glue Data Catalog.
label: Session Token
name: client_session_token
- description: The region of the AWS Glue Data Catalog.
label: Region
name: client_region
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl