Hi Guys, I am curious to know why __sdc__deleted_a...
# singer-targets
s
Hi Guys, I am curious to know why __sdc__deleted_at is not added in this target : https://github.com/shaped-ai/target-clickhouse
although its in the code but i can't see it in the target table
e
its in the code
in the code of the target? I can't seem to find it 😅
s
Yes , it's in sink.py
s
Yes
e
It's only added when the tap sends an
ACTIVATE_VERSION
message. Not all taps implement that functionality. What tap are you using?
s
@Edgar Ramírez (Arch.dev),I am using tap-postgres
Variant meltano-sdk
e
Yeah, that tap doesn't emit
ACTIVATE_VERSION
messages, so the target will never add that metadata column. Give https://github.com/meltano/sdk/issues/18 a 👍 if you'd like it to be available for sdk-based taps like tap-postgres.
👍 1