Hey guys, we released `v0.54.2` of the SDK yesterd...
# singer-tap-development
r
Hey guys, we released
v0.54.2
of the SDK yesterday that fixes a regression introduced in
v0.54.0
where
state_partitioning_keys
was no longer respected when set as a class attribute, e.g.
Copy code
class MyStream(Stream):
    state_partitioning_keys = ()  # do not store any state bookmarks
(example from
tap-aptem
) You will want to update your taps to this if you are running
>=0.54.0
and define a client class or stream classes that set
state_partitioning_keys
as above. Thanks @daniel_walker for reporting and @Edgar Ramírez (Arch.dev) for the quick fix, as always. 😎 Issue: https://github.com/meltano/sdk/issues/3631 PR: https://github.com/meltano/sdk/pull/3632 Available in `v0.54.2`: https://github.com/meltano/sdk/releases/tag/v0.54.2
🙌 3
🐛 1