agnes-the-ai-analyst/connectors
Petr f19ff10e1a Fix: don't update last_sync when partitioned sync gets 0 new rows
When BQ returns empty results (e.g., data not yet refreshed), the
scheduler was marking sync as complete for the day. This meant the
next 15-min tick would skip it ("none are due") and data would stay
stale until the next day's scheduled run.

Now: if partitioned sync processes partitions but gets 0 new rows,
last_sync is NOT updated. The scheduler will retry on the next tick
(15 min later) when data may be available.
2026-03-16 23:01:35 +01:00
..
bigquery Fix: don't update last_sync when partitioned sync gets 0 new rows 2026-03-16 23:01:35 +01:00
jira Branding cleanup: remove Keboola-specific references from docs and config 2026-03-09 12:22:27 +01:00
keboola Add self-service data onboarding system 2026-03-09 14:25:37 +01:00
openmetadata Fix metric display: use displayName in list, render HTML in modal 2026-03-16 22:11:58 +01:00
__init__.py Extract Jira into connectors/jira module 2026-03-09 11:17:50 +01:00