will_johnson
06/23/2022, 6:57 PMvisch
06/23/2022, 7:32 PMglob syntax with the selects? https://docs.meltano.com/reference/command-line-interface#examples-6:~:text=meltano%20select%20tap%2Dgitlab%20%2D%2Dexclude%20%22*%22%20%22*_url%22
You can do the same with replication methods.
I think that's what you're saying is that you want to select all columns in a table even if they change, right?visch
06/23/2022, 7:33 PMvisch
06/23/2022, 7:35 PMAnother issue I am having is with the default replication method. It seems I can set that to either LOG_BASED or FULL_TABLE but cannot set it to INCREMENTAL. If I then set the replication method for a table (meltano config tap-postgres set metadata schema-name-table_name replication_method INCREMENTAL), it is ignored. Instead the default replication method is set to FULL_TABLE it will do that (Beginning new Full Table replication) rather than the INCREMENTAL replication method.as that seems weird, both together is going to get confusing
will_johnson
06/23/2022, 7:51 PM