Russell Romney
04/17/2024, 7:55 PM!schema-tablename.column
or explicitly selecting <only> the columns I want:
exclude case:
select:
- '!schema-tablename.badcolumn
explicit select case:
select:
- schema-tablename.col1
- schema-tablename.col2
# leaving out the badcolumn
When I run meltano select tap-postgres --list
it shows only the selected columns. But when I actually run tap-postgres, it still selects all columns. Anyone have experience with this?
Note this is running with the pipelinewise/transferwise variant.Edgar Ramírez (Arch.dev)
04/17/2024, 8:44 PMrm .meltano/run/tap-postgres/*
Russell Romney
04/17/2024, 10:00 PM{
"breadcrumb": [
"properties",
"FIELDNAME"
],
"metadata": {
"sql-datatype": "jsonb",
"inclusion": "available",
"selected-by-default": true,
"selected": false
}
},
Edgar Ramírez (Arch.dev)
04/17/2024, 10:07 PMRussell Romney
04/17/2024, 10:28 PM