We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67fd19b commit 1b62e7bCopy full SHA for 1b62e7b
1 file changed
amiadapters/adapters/base.py
@@ -634,6 +634,7 @@ def _calculate_backfill_range(
634
635
sink = snowflake_sink[0]
636
end = sink.calculate_end_of_backfill_range(self.org_id, min_date, max_date)
637
+
638
# Normalize to naive datetimes for comparison. These values represent
639
# calendar dates but arrive as date, naive datetime, or tz-aware datetime
640
# depending on the Snowflake column type and query path.
0 commit comments