добавляет AIRFLOW_UID

This commit is contained in:
2025-11-05 13:27:28 +03:00
parent 8d485ee016
commit 1b09f40135
6 changed files with 13 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ if ! airflow connections list | grep -q "${NEO4J_CONN_ID}"; then
echo "🔌 Creating Neo4j connection..."
airflow connections add "${NEO4J_CONN_ID}" \
--conn-type neo4j \
--conn-host "${NEO4J_URI}" \
--conn-host "${NEO4J_IP}" \
--conn-login "${NEO4J_USER}" \
--conn-password "${NEO4J_PASSWORD}" \
--conn-port "${NEO4J_PORT}"