Skip to content

Releases: benvigano/simpler-sf

1.0.4

03 Jan 13:58
c3ca5ae
Compare
Choose a tag to compare

Added full-path column names for queries with more than two levels of relationship.
Added field aliases with optional object name prefix to post query process fields removal.
Refactored variables in _recursive_unnest for explicitness.
Removed progress bar for single queries.
Added docstring to _smart_query().

1.0.3

21 Jun 14:35
02f7cbb
Compare
Choose a tag to compare

Added removal from the output datafame of the additional unrequested fields that are included in the api response in certain conditions.

1.0.2

19 May 15:42
1e9d3f8
Compare
Choose a tag to compare

Fixed a bug in _detect_fields()

1.0.1

19 May 15:37
aa425cd
Compare
Choose a tag to compare

For queries that return 0 rows now the dataframe still contains all the columns in the query instead than 0 columns as it was before.

1.0.0

26 Apr 08:34
71b8848
Compare
Choose a tag to compare
Update setup.py

Fixed GitHub repo link