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> |
||
|---|---|---|
| .. | ||
| api | ||
| jobs | ||
| services | ||
| auth.py | ||
| database.py | ||
| Dockerfile | ||
| main.py | ||
| migrate_direct_data.py | ||
| requirements.txt | ||
| scheduler.py | ||
| schema.sql | ||