move-coop / parsons

A python library of connectors for the progressive community.
https://www.parsonsproject.org/
Other
261 stars 132 forks source link

Fix Salesforce query output #829

Closed sjwmoveon closed 1 year ago

sjwmoveon commented 1 year ago

The existing code did not match the method description and did not produce a useful result. Salesforce returns a set of nested dicts, similar to JSON; the new method reformats the nested ordered dicts using the json library, similar to describe_fields.

sjwmoveon commented 1 year ago

Yes, thank you! Since the tests mocked everything out I assumed they would pass; clearly a bad assumption on my part.