I was wondering, is there any way to put a "run id...
# random
p
I was wondering, is there any way to put a "run id" or something like that into the output table? To identify all rows that come from the same run (I thought SDC Batched At might do this but the same run has slightly different milliseconds for different rows)
p
Edgar just added a new SDC property for this, see https://github.com/meltano/sdk/issues/1787 and https://github.com/meltano/sdk/pull/1878
I dont think its been released yet though
p
Thanks! My usecase: I want the full extract from tap-googlesheets so i can see the full table snapshot all together reliably
So this is in the SDK, but it has to be implemented in each tap for it to appear then
t
Taps built on the SDK can upgrade their sdk version and benefit from new features immediately
p
Got it, i can probably make a fork with the new version to speed up the process then when it comes out Thanks!!