chris_kings-lynne
04/29/2021, 9:35 AMchris_kings-lynne
04/29/2021, 9:35 AMvisch
04/29/2021, 2:59 PMPYTHONASYNCIODEBUG=1 https://docs.python.org/3/library/asyncio-dev.html re
That would be helpful I think to whoever is trying to debug this.
The hard thing is trying to replicate the error as something is stopping the event loop, who knows what. I'm curious what the Meltano dev team thinks about this onedouwe_maan
04/29/2021, 3:21 PMtap-salesforce | rather than meltano | suggests that the error is actually coming from tap-salesforce, not Meltano.
tap-salesforce also uses asyncio (https://gitlab.com/meltano/tap-salesforce/-/blob/master/tap_salesforce/__init__.py#L374-375), so it could definitely have some bug there, but I don't understand why it would only start showing after the upgrade, since Meltano's asyncio changes shouldn't affect asyncio inside the tap.douwe_maan
04/29/2021, 3:22 PMPYTHONASYNCIODEBUG=1 to see if we get some more useful logs from Meltano or the tap itselfchris_kings-lynne
05/02/2021, 3:22 AMjosh_lloyd
07/29/2021, 9:40 PMtap-salesforce | CRITICAL Error syncing Opportunity: InvalidBatch : Failed to process query: FUNCTIONALITY_NOT_ENABLED: Selecting compound data not supported in Bulk Query
I tried to deselect the potentially offending fields like this
"!Opportunity.LID__My_Geolocation__c.longitude"
but because it’s “automatically” selected, this doesn’t work. Any tips? Do I have to switch the api_type?chris_kings-lynne
07/30/2021, 2:17 AM- name: tap-salesforce
variant: meltano
pip_url: git+<https://gitlab.com/meltano/tap-salesforce.git@v1.4.27>
config:
api_type: BULK
select:
- Account.*
- AccountContactRelation.*
- Attachment.*
- '!Attachment.Body'
- Campaign.*
- CampaignInfluence.*
- CampaignMember.*
- CampaignMemberStatus.*
- Contact.*
- EmailMessage.*
- '!EmailMessage.*Body'
- Event.*
- Lead.*
- LeadStatus.*
- Locality__c.*
- '!Locality__c.Geolocation__c'
- Opportunity*.*
- Pricebook*.*
- Product2.*
- RecordType.*
- Task.*
- User.*
- '!*Feed.*'
- '!*History.*'
- '!*Share.*'chris_kings-lynne
07/30/2021, 2:21 AMchris_kings-lynne
07/30/2021, 2:21 AM