Hi there! Is there any way to provide `select_filt...
# troubleshooting
d
Hi there! Is there any way to provide
select_filter
to tap-spreadsheets-anywhere? I’m trying to sync multiple tables (patterns) from S3 to Postgres, and I would like to launch multiple processes for each table. Currently, it seems the tap ignores the setting.
Also, how do I avoid this error with tap-postgres:
Copy code
Run invocation could not be completed as block failed: Another 'prod:tap-postgres-billing-app-to-target-s3-analytics-landing' pipeline is already running which started at 2024-06-06 18:24:26.517349. To ignore this check use the '--force' option.
Is it safe for state to use
--force
option? I’m still trying to sync only one table per
meltano run