-
Notifications
You must be signed in to change notification settings - Fork 1
/
meltano.yml
41 lines (41 loc) · 1.07 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
version: 1
send_anonymous_usage_stats: false
project_id: tap-pulumi-cloud
default_environment: dev
environments:
- name: dev
plugins:
extractors:
- name: tap-pulumi-cloud
namespace: pulumicloud
label: Pulumi Cloud
docs: https://github.com/edgarrmondragon/tap-pulumi-cloud#readme
pip_url: -e .
description: Infrastructure as Code for Engineers
capabilities:
- state
- catalog
- discover
settings:
- name: token
kind: password
label: API Token
description: API Token for Pulumi Cloud
- name: requests_cache.enabled
kind: boolean
label: Enable Requests Cache
description: Enable caching of requests
- name: requests_cache.config
kind: object
label: Requests Cache Config
description: Configuration for requests cache
repository: https://github.com/edgarrmondragon/tap-pulumi-cloud
config:
organizations: [meltano]
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl
- name: target-duckdb
variant: jwills
pip_url: target-duckdb~=0.4