Hi, I used `target-s3` and `tap-postgres`, when i ...
# plugins-general
m
Hi, I used
target-s3
and
tap-postgres
, when i run the elt job face this error: Does anyone know how to resolve this? or is there one who woked on s3 target?
Copy code
Exception: Unknown message type ACTIVATE_VERSION in message {'type': 'ACTIVATE_VERSION', 'stream': 'schema_name', 'version': 1621090297494
@douwe_maan
t
We have an open issue to handle this https://gitlab.com/meltano/meltano/-/issues/2509 I’m not sure what the short-term remediation is though. Douwe will probably have a better answer.
d
The only workaround right now is to modify the target to silently ignore these unknown messages instead of failing
m
is there any offical documentation of s3 target?
@douwe_maan how can we ignore these unknown messages?
@douwe_maan @taylor
d
@mohsin You'd need to fork the target, find where it currently raises
Unknown message type
and make it silent instead (for
ACTIVATE_VERSION
message type specifically, or all types)
m
@edward_ryan @gunnar