SIENTIAPDE-1110

Enhance Druid activity by adding configuration for Druid host and port in values.yaml. Refactor data loading logic to utilize SQLAlchemy for querying Druid, improving query efficiency and readability. Update timestamp handling to streamline data retrieval process.
This commit is contained in:
vitor-aignosi
2025-07-02 10:19:04 -03:00
parent 5decb018d2
commit 430fe04202
3 changed files with 287 additions and 27 deletions

View File

@@ -182,6 +182,11 @@ env:
- name: MONGODB_DATABASE
value: "sientia"
- name: DRUID_HOST
value: "druid-router.druid.svc.cluster.local"
- name: DRUID_PORT
value: "8081"
ssh:
enabled: true
secretName: git-ssh-key-sientia-scouter-worker