Commit 568035d
authored
Multiple warehouses (#134)
### Summary
Big overhaul of Ansible code to support defining multiple Lakekeeper
warehouses along with multiple Superset instances.
The Lakekeeper catalog warehouses are defined by a dict in
`infra/ansible-docker/group_vars/all/lakekeeper.yml`. The list of
Superset instances is defined in
`infra/ansible-docker/group_vars/all/superset.yml` with each specific
instance configured by a
`infra/ansible-docker/playbooks/superset/group_vars`.
The definitions here create a single node to house multiple Superset
instances to reduce the resource requirements at these early stages of
usage. Each Superset instance uses a separate schema in the same backend
database hosted by DB services. The DB schema currently needs to be
created manually.
We now also have a single `create_vm` playbook that can be parametrized instead
of a separate create playbook for each playbook.1 parent 8a4202a commit 568035d
232 files changed
Lines changed: 2465 additions & 3490 deletions
File tree
- .github
- workflows
- elt-common
- src/elt_common
- dlt_destinations
- pyiceberg
- dlt_sources
- m365
- tests
- docker/keycloak
- e2e_tests
- .dlt
- pipelines
- destinations
- pyiceberg
- unit_tests
- .dlt
- dlt_destinations
- pyiceberg
- dlt_sources
- infra
- ansible-docker
- common-templates/spark
- group_vars
- all
- playbooks
- cloud
- datasources
- group_vars
- elt
- group_vars
- templates
- cron
- dlt
- secrets
- ingestion
- templates/dbt
- inventory
- jupyterhub
- keycloak
- group_vars
- lakekeeper
- group_vars
- management_vm
- minio
- opralogdb
- spark
- superset
- group_vars
- system
- traefik
- group_vars
- trino
- group_vars
- roles
- docker_configure
- defaults
- tasks
- jupyterhub
- files
- ipython/profile_default
- startup
- jupyter
- tasks
- templates/config
- jupyterhub_config.d
- lakekeeper
- defaults
- files
- tasks
- templates
- vars
- minio
- defaults
- tasks
- security_group_create/tasks
- spark
- defaults
- files
- tasks
- superset
- defaults
- files/docker/pythonpath
- tasks
- templates
- docker
- traefik/templates/etc/traefik
- dynamic
- trino
- defaults
- files/etc
- catalog
- tasks
- templates/etc
- catalog
- vm_create/tasks
- tasks
- local
- docker
- superset/docker/pythonpath
- traefik
- trino/etc
- pipelines
- ingest
- modelling
- isis/models
- accelerator
- pipelines-common/src/pipelines_common/dlt_destinations
- warehouses
- accelerator
- extract_load
- influxdb
- .dlt
- opralogweb
- .dlt
- statusdisplay
- .dlt
- transform/accelerator
- analyses
- macros
- models
- operations
- staging
- opralogweb
- statusdisplay
- base
- requirements
- seeds
- snapshots
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
0 commit comments