Hey :wave: I am working on porting `tap-tableau-se...
# singer-tap-development
k
Hey 👋 I am working on porting
tap-tableau-server
over to using the excellent hierarchical streams feature and am struggling to understand what is meant by point 4. here regarding
state_partitioning_keys
🤔 I don't want "one bookmark per parent item" but I don't exactly know what keys to use and what behaviour to expect by setting them. Is this equivalent to a
replication_key
on a 'normal' Stream? Ideally I wouldn't store any state for my child streams, as it would be meaningless anyway (children cannot change independently of the parent, so only the parents
replication_key
matters). On that basis, is
state_partitioning_keys = []
sensible?