dylan_just
09/03/2024, 4:10 AM735
2024-09-03T13:58:19.094+10:00
2024-09-03 03:58:19,094 | INFO | tap-postgres.public-forms | Beginning incremental sync of 'public-forms'...
736
2024-09-03T13:58:19.093+10:00
2024-09-03 03:58:19,093 | INFO | tap-postgres | Skipping deselected stream 'public-audit_collection_events'.
737
2024-09-03T13:57:02.987+10:00
Environment 'us' is active
738
2024-09-03T13:57:01.573+10:00
running tap [tap-agnodice-v3] with mappers: [mapper-agnodice] to target [target-warehouse-redshift]
739
2024-09-03T13:57:01.573+10:00
Executing: pipenv run .meltano/run/bin --environment=us run --no-install tap-agnodice-v3 mapper-agnodice target-warehouse-redshift
It's about 80 seconds there, but I've seen it up to 5 mins. Any ideas how to improve this?Reuben (Matatika)
09/03/2024, 6:51 AM# select only the public-forms table
select:
- public-forms.*
• Have a look at the filter_schemas
setting if you have more than one schema
• Provide your own catalog to bypass the discovery process, if you know the structure of the data you expect - bear in mind if you do this, you are in full manual control of the catalog, so concepts like select
no longer apply
https://docs.meltano.com/guide/integration/#extractor-catalog-generation
https://docs.meltano.com/concepts/plugins/#catalog-extra