Skip to content

Commit

Permalink
fix: Use NULLS FIRST for incremental replication
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 22, 2023
1 parent 7895d1b commit d2aa153
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_athena/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,4 @@ class AthenaStream(SQLStream):
"""The Stream class for Athena."""

connector_class = AthenaConnector
supports_nulls_first = True

0 comments on commit d2aa153

Please sign in to comment.