Skip to content

Commit

Permalink
fix: remove ContentDocumentLink from restricted sfdc objects (#69)
Browse files Browse the repository at this point in the history
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
isaiahgm authored Dec 17, 2024
1 parent 91167ff commit 1a9f60e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tap_salesforce/salesforce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
# The following objects have certain WHERE clause restrictions so we exclude them.
QUERY_RESTRICTED_SALESFORCE_OBJECTS = {
"Announcement",
"ContentDocumentLink",
"CollaborationGroupRecord",
"Vote",
"IdeaComment",
Expand Down

0 comments on commit 1a9f60e

Please sign in to comment.