Hi! I’m just getting started with Meltano. Got my ...
# plugins-general
m
Hi! I’m just getting started with Meltano. Got my first project up and running. It’s using inthe
tap-mysal
to
target-postgres
. I’m using the pipelinewise mysql tap so I can use the
LOG_BASED
replication. The first EL works great (when it’s just doing a
FULL_TABLE
replication). The second time I run it I get a postgres error below because of what appears to be an operation timestamp format error. Does anyone have an idea as to what’s going on here?
Copy code
target_postgres.exceptions.PostgresError: ('Exception writing records', ParserError("Could not match input '2020-12-02T23:27:34+00:00+00:00' to any of the following formats: YYYY-MM-DDTHH:mm:ssZZ...
I realize that this is a meltano Slack channel and not piplinewise but I thought someone here might have some insight. Thanks!