Compare commits

..

2 Commits

Author SHA1 Message Date
cc4aadc708 add env variables 2025-06-19 16:35:48 +02:00
04c0499cce fix db name for target-postgres in demo env 2025-06-19 16:28:43 +02:00
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ services:
- db_network
volumes:
- /home/sarens-data:/sarens-data
environment:
- TARGET_POSTGRES_PASSWORD=${TARGET_POSTGRES_PASSWORD}
- DBT_POSTGRES_PASSWORD=${DBT_POSTGRES_PASSWORD}
# # Uncomment if you are using the Airflow orchestrator, delete otherwise
# airflow-scheduler:

View File

@@ -167,7 +167,7 @@ environments:
loaders:
- name: target-postgres
config:
database: lakehouse_sarens
database: lakehouse-sarens
host: lakehouse-sarens-db-1
load_method: append-only
user: lakehouse-sarens