Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove ContentDocumentLink from restricted sfdc objects (#69)
ContentDocumentLink cannot be queried without a where clause by default; however, this setting can be changed (see [Salesforce docs](https://developer.salesforce.com/docs/atlas.en-us.object_reference.meta/object_reference/sforce_api_objects_contentdocumentlink.htm)). I propose removing this object from the restricted Salesforce Objects list so that it can be synced with this tap. Closes #70.
- Loading branch information