Closed JustinGrilli closed 1 year ago
There is a bug where, when providing calculation as a string to Column, it will force it to be set as None.
calculation
Column
None
__post_init__
dict
Summary
There is a bug where, when providing
calculation
as a string toColumn
, it will force it to be set asNone
.Changes
calculation
condition in theColumn
__post_init__
dict
that is not formatted as expectedTests