Hello, fellow googlers, my name’s farizi, and I currently work as a data engineer. right now I am trying the newly released datastream for Postgres.
The flow is like this :
- Create dummy cloud SQL Postgres
- Create connection profiles for Postgres DB and cloud storage in the Datastream
- Create pub sub topic and subs for notification in GCS
- Create dataflow by using datastream to Bigquery template
- Start the stream
The pipeline is already running, but I have encountered some issues like the schema of the stream in Bigquery is not the same as the Postgres source, can someone help me, I know we are still in the preview stage but any kind of help is appreciated.
I found this log on dataflow, this might help us to debug the problem :
IOException Occurred: Failed to Retrieve Schema: projects/783341903604/locations/asia-southeast1/streams/datastream-postgres-test public.guestbook : java.io.IOException: Source Connection Profile Type Not Supported
