Cast None to Decimal('NaN') for numeric columns.
To allow for all-null numeric columns, None (and other null-like types) are coerced to Decimal('NaN').
Schema bugfixes.
A few minor edge cases have been addressed when working with custom schemas for pipes.
Remove APIConnector.get_backtrack_data().
Since 1.7 released, the get_backtrack_data() method for instance connectors has been optional.
NOTE: the backtrack_data API endpoint has also been removed.
Other bugfixes.
Issues with changes made to session authentication have been addressed.
v2.0.8
Cast
None
toDecimal('NaN')
fornumeric
columns.To allow for all-null numeric columns,
None
(and other null-like types) are coerced toDecimal('NaN')
.Schema bugfixes.
A few minor edge cases have been addressed when working with custom schemas for pipes.
Remove
APIConnector.get_backtrack_data()
.Since 1.7 released, the
get_backtrack_data()
method for instance connectors has been optional.Other bugfixes.
Issues with changes made to session authentication have been addressed.