James Sullivan
James Sullivan
Might be related to this open issue: https://trailblazer.salesforce.com/issues_view?id=a1p3A0000008gcuQAA
You can already retrieve using external ids using this: `conn.sobject('Account').retrieve('My_External_ID__c/123123121')`
This system uses openapi which has serious cost when exposed to public visitors. It takes only 5 mins to run the local docker example here: https://docs.danswer.dev/quickstart > This quickstart guide...
@shrej let me know if you need help during review
Make sure `process.env.SALESFORCE_PASSWORD` has your security token appended to it?