slingdata-io / sling-cli

Sling is a CLI tool that extracts data from a source storage/database and loads it in a target storage/database.
https://docs.slingdata.io
GNU General Public License v3.0
299 stars 16 forks source link

Skip column during replication #287

Closed mik-laj closed 1 month ago

mik-laj commented 1 month ago

Feature Description

I want to replicate the table from Postgres to BigQuery without one column i.e. password. I can use Custom SQL transformation to do it, but it requires an explicit listing of all columns in the select statement. I prefer to avoid it to make it easier to maintain.

mik-laj commented 1 month ago

I found the solution: Screenshot 2024-05-05 at 01 53 28