Question, Is it possible to write the unique ident...
# advice-data-warehouses
t
Question, Is it possible to write the unique identifier of the airbyte sync run to the datawarehouse?
c
where would you want it written? for each row synced?
t
Yes that would be awesome actually
c
You should probably file a github issue that’d be handy indeed
t
Thanks I will 😄
m
There is an issue opened for this: https://github.com/airbytehq/airbyte/issues/4025
t
Amazing Marco’s ! Thank you for that!
Because we needed to have this in our custom source we just added a UUID that got generated inside our source and fixed this issue. Would love to see this out of the box 😄
c
so your column is just a random value that is shared for all records from the same “emitted-batch”, not the actual identifier of the sync_job/attempt? but that’s already enough to bring value…
t
Yes that was the usecase for me.