SIENTIAPDE-1110

Update Druid configuration in values.yaml to change port from 8081 to 8888. Refactor pydruid.py to use druid_engine for SQLAlchemy connections, enhancing clarity and consistency in data loading operations.
This commit is contained in:
vitor-aignosi
2025-07-02 10:35:53 -03:00
parent 6caec63977
commit 208491498f
2 changed files with 4 additions and 4 deletions

View File

@@ -185,7 +185,7 @@ env:
- name: DRUID_HOST
value: "druid-router.druid.svc.cluster.local"
- name: DRUID_PORT
value: "8081"
value: "8888"
ssh:
enabled: true