сгенерирована bookings db

This commit is contained in:
2025-12-06 23:25:28 +03:00
parent ce6255f2cd
commit 7f97654f0a
6 changed files with 109 additions and 5 deletions
+8
View File
@@ -8,6 +8,14 @@ PG_USER=airflow
PG_PASSWORD=airflow
PG_DB=airflow
# Bookings demo database (Postgres)
BOOKINGS_DB_USER=bookings
BOOKINGS_DB_PASSWORD=bookings
BOOKINGS_DB_NAME=bookings
BOOKINGS_DB_PORT=5434
# Начальная дата модельного времени для генерации демобазы
BOOKINGS_START_DATE=2017-01-01
# Greenplum Configuration
GP_USER=gpadmin
GP_PASSWORD=gpadmin