-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeltano.yml
40 lines (40 loc) · 1.26 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
version: 1
send_anonymous_usage_stats: true
project_id: tap-meshstack
plugins:
extractors:
- name: tap-meshstack
namespace: tap_meshstack
pip_url: -e .
capabilities:
- state
- catalog
- discover
# TODO: please configure your meshObjects you want to add to the data ware house
select:
- meshWorkspaces.*
- meshProjects.*
- meshPaymentMethods.*
- meshTenants.*
- meshChargebacks.*
# TODO (dev): meshTenantUsageReports are not implemented yet - please use the Chargeback preview feature in the meantime
#- meshTenantUsageReports.*
config:
# TODO: Configure tap-meshstack extractor to your needs
# TODO: Authentification for federation and kraken endpoint
# TODO: Configure the tag schemas for each meshObject
federation:
auth:
username: $TAP_MESHSTACK_FEDERATION_USERNAME
password: $TAP_MESHSTACK_FEDERATION_PASSWORD
api_url: $TAP_MESHSTACK_FEDERATION_URL
kraken:
auth:
username: $TAP_MESHSTACK_KRAKEN_USERNAME
password: $TAP_MESHSTACK_KRAKEN_PASSWORD
api_url: $TAP_MESHSTACK_KRAKEN_URL
start_date: '2010-01-01T00:00:00Z'
loaders:
- name: target-jsonl
variant: andyh1203
pip_url: target-jsonl