matt_cooley
12/03/2020, 3:36 AMtap-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?
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!douwe_maan
12/03/2020, 5:02 PM+00:00
suffix repeated twice. Do you know where that value may be coming from?
If you run meltano elt
in debug mode (https://meltano.com/docs/command-line-interface.html#debugging, meltano --log-level=debug elt
), you should see all messages output by the tap printed in your terminal identified by tap-mysql (out)
, so we can determine which RECORD
message is the culprit!matt_cooley
12/03/2020, 7:01 PM_sdc_deleted_at
)recording a delete in the replication. I’m using the singer version of the Postgres Target. I’m going to try the piplinewise version and see if they’ve added some sugar to help with thisdouwe_maan
12/03/2020, 7:05 PMmatt_cooley
12/03/2020, 7:28 PM_sdc_deleted_at
operational column I was referring to.matt_cooley
12/03/2020, 7:29 PMdouwe_maan
12/03/2020, 7:29 PMdouwe_maan
12/03/2020, 7:30 PMmatt_cooley
12/03/2020, 7:31 PM2020-12-02T23:27:34+00:00+00:00
doesn’t seem to make much sense at allmatt_cooley
12/10/2020, 1:43 AMdouwe_maan
12/10/2020, 4:42 PMmatt_cooley
12/10/2020, 4:43 PM