You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One potential problem, when referrer of the group_by isn't a dict or iterable, (In my case JoinPart object itself is the referrer, this check would fail
TypeError: argument of type 'JoinPart' is not iterable
Second potential problem, the check of name starting "group_bys" assumes that we have group_by as top-level. In my case, i have a separate python project chronon_features, so it would expect module name as chronon_features.group_bys
The text was updated successfully, but these errors were encountered:
chronon/api/py/ai/chronon/join.py
Lines 65 to 67 in a3983fb
JoinPart
object itself is the referrer, this check would failchronon_features
, so it would expect module name aschronon_features.group_bys
The text was updated successfully, but these errors were encountered: