Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions amiadapters/adapters/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,7 @@ def _calculate_backfill_range(

sink = snowflake_sink[0]
end = sink.calculate_end_of_backfill_range(self.org_id, min_date, max_date)

# Normalize to naive datetimes for comparison. These values represent
# calendar dates but arrive as date, naive datetime, or tz-aware datetime
# depending on the Snowflake column type and query path.
Expand Down
Loading