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
fix: Make timestamp field handling compatible with Athena V3
  • Loading branch information
dym-ok committed Feb 10, 2026
commit b0a5b6a19e557923f8a72ce0d07c72122ea5440f
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def pull_all_from_table_or_query(
end_date_str,
timestamp_field,
date_partition_column,
cast_style="raw",
cast_style="timestamp",
quote_fields=False,
)

Expand Down
Loading