juan_luis_cano_rodriguez
05/04/2022, 7:03 PM$ meltano select tap-postgres --list
2022-05-04T18:58:42.746862Z [info ] Environment 'dev' is active
Legend:
selected
excluded
automatic
Enabled patterns:
public-app_users.id
public-app_users.email
public-app_users.last_login
public-app_users.username
Selected attributes:
[selected ] public-app_users.email
[automatic] public-app_users.id
[selected ] public-app_users.last_login
[selected ] public-app_users.username
however, meltano invoke --dump=catalog tap-postgres
is showing all the tables of the database, even the excluded ones. am I missing something here?thomas_briggs
05/04/2022, 7:12 PMjuan_luis_cano_rodriguez
05/04/2022, 7:14 PM"selected": false
set. thanks @thomas_briggs and sorry for the noise!thomas_briggs
05/04/2022, 7:14 PM