You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a bug or a design decision but shouldn't is_sorted be set to true in the default SQLStream implementation if we're adding an order by clause
@pnadolny13 Yes, thanks for raising an actual issue 😅! I gave this a shot in tap-postgres a while ago (MeltanoLabs/tap-postgres#221) but doesn't seem to be as simple. We'd need to dive deeper.
Not sure if this is a bug or a design decision but shouldn't
is_sorted
be set to true in the default SQLStream implementation if we're adding an order by clausesdk/singer_sdk/streams/sql.py
Line 192 in 6ba1519
Currently it accepts the default of False.
@edgarrmondragon what do you think?
The text was updated successfully, but these errors were encountered: