Hi again, New day, new question! I'm trying to fi...
# singer-tap-development
n
Hi again, New day, new question! I'm trying to figure out an incremental strategy for an API call that doesn't really have an obvious replication key. To work around it, I'd like to query the API for all rows with a certain status, save all of those IDs and at the next runtime run a child stream for each of those IDs, and then run the first call again and store the updated set of IDs. Any ideas?