Hello, I am stuck with salesforce tap I am using ...
# troubleshooting
i
Hello, I am stuck with salesforce tap I am using latest meltano 0.101, meltano tap I am unable to select even a single entity / attribute - and tried many variants of meltano select ..., editing catalog.json, meltano.yml etc. Here is part of the output - and everything is [excluded]
Copy code
Enabled patterns:
	Account.*

Selected attributes:
	[excluded ] Account.Access_to_devices_for_diagnostics__c
	[excluded ] Account.AccountSource
	[excluded ] Account.Account_Balance__c
a
Can you share an error message or log snippet? Salesforce is pretty slow on the discovery side. It looks like you are through that but still would be helpful to have a little more detail on the error or symptom you're seeing. Thanks!
The meltano.yml snippet could also be helpful in debugging. Thanks!
i
I think the discovery was OK - I am using catalog.json I will fight a bit more and provide details. There is no error per se - just "Skipped" I am trying with just one table initially and bulk api. Could be also some permissions on SF side.
I saw this issue - seems showstopper. https://gitlab.com/meltano/tap-salesforce/-/issues/15
Copy code
tap-salesforce is becoming unusable now because it is still queries against Bulk API V1 - version 41. The current version in 53. When I went to ingest tables from a new org, a lot of the tables are not discoverable - this is quite problematic.