...
Replace “<your_password>” with your PostgreSQL password.
...
Connect to PostgreSQL using Wrangler
...
1. Navigate to the Wrangler page.
...
Tip |
---|
Once you’ve completed all the steps, you will be able to click on the newly-connected database in the left navigation panel and see the list of tables for that database. |
Transform data using Wrangler and
...
build your Data Fusion
...
pipeline
This section uses an example to demonstrate how to transform data. We search for a “persons” table and remove the “first_name” column from the table.
...
Tip |
---|
Once the above pipeline succeeds, Preview preview the written data in BigQuery. |
...