-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.orchest
95 lines (95 loc) · 2.68 KB
/
main.orchest
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "Main",
"parameters": {},
"services": {
"metabase": {
"binds": {
"/data": "/root"
},
"env_variables": {
"MB_DB_FILE": "/root/metabase.db"
},
"exposed": true,
"image": "metabase/metabase:v0.44.1",
"name": "metabase",
"order": 2,
"ports": [
3000
],
"requires_authentication": true,
"scope": [
"interactive"
]
},
"postgres": {
"binds": {
"/data": "/var/lib/postgresql/data"
},
"env_variables": {
"PGDATA": "/var/lib/postgresql/data/pgdata",
"POSTGRES_DB": "warehouse",
"POSTGRES_HOST_AUTH_METHOD": "trust"
},
"exposed": false,
"image": "postgres",
"name": "postgres",
"order": 1,
"ports": [
5432
],
"requires_authentication": true,
"scope": [
"interactive",
"noninteractive"
]
}
},
"settings": {
"auto_eviction": false,
"data_passing_memory_size": "1GB"
},
"steps": {
"80c129a4-db08-4b9f-8254-ab7a31d1c2d5": {
"environment": "55c6a931-5d54-4542-957e-6f0b72eb4032",
"file_path": "setup.sh",
"incoming_connections": [],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
20,
80.00000000000001
]
},
"parameters": {},
"title": "Setup",
"uuid": "80c129a4-db08-4b9f-8254-ab7a31d1c2d5"
},
"f6affa68-e2de-4581-8dd9-0dc06434a732": {
"environment": "55c6a931-5d54-4542-957e-6f0b72eb4032",
"file_path": "ga4_el.sh",
"incoming_connections": [
"80c129a4-db08-4b9f-8254-ab7a31d1c2d5"
],
"kernel": {
"display_name": "Python 3",
"name": "python"
},
"meta_data": {
"hidden": false,
"position": [
283.5,
80
]
},
"parameters": {},
"title": "GA4 Extract & Load",
"uuid": "f6affa68-e2de-4581-8dd9-0dc06434a732"
}
},
"uuid": "e47f428d-42db-4726-a66a-816feca57ca4",
"version": "1.2.1"
}