From 87c636795e622efe6f031edc7965e5b872788f73 Mon Sep 17 00:00:00 2001 From: Roman Dyakov Date: Sat, 4 May 2024 02:54:40 +0300 Subject: [PATCH] Chat ids for local installation --- start_local.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/start_local.sh b/start_local.sh index 1bb36a8..1c66bc9 100755 --- a/start_local.sh +++ b/start_local.sh @@ -39,3 +39,8 @@ airflow variables set SEMESTER_END_TEST '08/30/2023' # Доступ в ЛК hub.mos.ru airflow variables set MOSHUB_CLIENT_ID '' airflow variables set MOSHUB_CLIENT_SECRET '' + +# Чаты в Telegram +airflow variables set TG_CHAT_DWH -1002132892037 # ID чата "[VU] DWHшники" в Telegram +airflow variables set TG_CHAT_MANAGERS -1001786188782 # ID чата "РГ прогеров" в Telegram +airflow variables set TG_CHAT_VU -1001758480664 # ID чата "Viribus Unitis" в Telegram