The tFixedFlowInput_1 component passes the data to be written to
the Google Cloud SQL for PostgreSQL instance to tDBOutput_1 component.
Procedure
-
Double-click tFixedFlowInput_1 to open its
Basic settings view.
-
Click [...] next to Edit schema
to open the schema editor.
-
Add these three columns in the schema editor: column
id, type Integer; column
name, type String; and column
address, type String.
-
Select the Use Inline Content option and copy-paste the data
in Accessing Google Cloud SQL for PostgreSQL in the
Content field.
-
Leave the other options as they are.