Re: Batch loading into postgres database

2020-12-09 Thread Dawid Wysakowicz
rciea > >   > > *From: *Dylan Forciea > *Date: *Monday, December 7, 2020 at 5:33 PM > *To: *"user@flink.apache.org" > *Subject: *Re: Batch loading into postgres database > >   > > As a follow up – I’m trying to follow the approach I outlined be

Re: Batch loading into postgres database

2020-12-08 Thread Dylan Forciea
the series of steps that I went through, if anybody has any suggestions! Thanks, Dylan Forciea From: Dylan Forciea Date: Monday, December 7, 2020 at 5:33 PM To: "user@flink.apache.org" Subject: Re: Batch loading into postgres database As a follow up – I’m trying to follow the

Re: Batch loading into postgres database

2020-12-07 Thread Dylan Forciea
ing all the data through. I tried both join and get on the job status CompleteableFuture Is there anything I’m missing as far as being able to tell when the job is complete? Again, this is Flink 1.11.2 that I’m running. Thanks, Dylan Forciea From: Dylan Forciea Date: Monday, December 7, 2020 at

Batch loading into postgres database

2020-12-07 Thread Dylan Forciea
I am setting up a Flink job that will reload a table in a postgres database using the Flink SQL functionality. I just wanted to make sure that given the current feature set I am going about this the correct way. I am currently using version 1.11.2, but plan on upgrading to 1.12 soon whenever it