haleemur_ali
03/12/2024, 9:37 PMtap-salesforce
with a list of all select rules, we have something like below, and then the docker containers will concurrently fetch data from all the salesforce streams.
plugins:
extractors:
- name: tap-salesforce
config:
...
- name: tap-salesforce-accounts
inherit_from: tap-salesforce
select:
- Account.Id
...
- name: tap-salesforce-opportunities
inherit_from: tap-salesforce
select:
- Opportunity.Id
...
I have some fear (likely unfounded) that these concurrently running containers will try to edit the same file simultaneously, and I'm hoping to learn more so I can decide whether the s3 based backend would be appropriate for how I use meltano.visch
03/13/2024, 12:00 AMMatt Menzenski
03/14/2024, 6:32 AM