rates/backend
jtricerolph 8a80c66a3b Fix uuid type mismatch in stale batch cleanup subqueries
scrape_batch_id in booking_com_rates is a uuid column, not text.
Casting bsl.batch_id::text made the comparison uuid = text which
Postgres rejects. Drop the cast — both sides are uuid.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-15 09:18:18 +00:00
..
api Add 'Run Scheduled Scrape Now' button + clarify manual scrape mode 2026-07-15 09:12:14 +00:00
jobs Fix parity check: always compare lead-in rate + auto-resolve past alerts 2026-07-15 08:59:14 +00:00
services Fix uuid type mismatch in stale batch cleanup subqueries 2026-07-15 09:18:18 +00:00
auth.py
database.py
Dockerfile Revert Firefox: root cause was broken DataImpulse nodes not fingerprinting 2026-07-10 09:54:50 +00:00
main.py Add Power BI reporting endpoints — flat tabular data via API key auth 2026-07-14 17:27:50 +00:00
migrate_direct_data.py
requirements.txt
scheduler.py
schema.sql Use text-search approach for rate conditions (breakfast/cancel/payment) 2026-07-14 18:10:00 +00:00