library(azuremlsdk)
ws = get_workspace('workspace-name')
mydate <- as.POSIXct("2011-05-01 17:55:23")
ds <- get_dataset_by_name(ws, 'test_date', version = "latest")
ds <- filter_dataset_before_time(ds, mydate)
Error in py_call_impl(callable, dots$args, dots$keywords) : AttributeError: 'numpy.ndarray' object has no attribute 'microsecond'