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
Error in py_call_impl(callable, dots$args, dots$keywords) : AttributeError: 'numpy.ndarray' object has no attribute 'microsecond'
Looks possibly related to this issue, where POSIXct time is getting automatically converted by reticulate to numpy datetim64 objects rather than Python datetime objects, which is what is expected by the underlying Python SDK filter methods for TabularDatasets.