-
Notifications
You must be signed in to change notification settings - Fork 0
/
meltano.yml
38 lines (38 loc) · 918 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
36
37
38
version: 1
default_environment: dev
environments:
- name: dev
- name: staging
- name: prod
plugins:
extractors:
- name: tap-bigquery
variant: matatika
pip_url: git+https://github.com/Matatika/[email protected]
config:
stream_maps:
analytics_*-events_*:
__alias__: events
__key_properties__:
- event_timestamp
- event_name
- event_bundle_sequence_id
loaders:
- name: target-postgres
variant: matatika
pip_url: git+https://github.com/Matatika/[email protected]
annotations:
matatika:
properties_from_datastore: Warehouse
- name: target-snowflake
variant: meltanolabs
pip_url: meltanolabs-target-snowflake
jobs:
- name: BigQuery GA4 export
tasks:
- - tap-bigquery
- target-postgres
- name: BigQuery GA4 export to Snowflake
tasks:
- - tap-bigquery
- target-snowflake