microsoft / semantic-link-labs

Early access to new features for Microsoft Fabric's Semantic Link.
MIT License
178 stars 37 forks source link

list_activity_events is not considering user_id_filter and activity_filter filter. #226

Closed Jai-Prakash-HU closed 3 weeks ago

Jai-Prakash-HU commented 1 month ago

Describe the bug list_activity_events is not considering user_id_filter and activity_filter filter.

df_activity_events = labs.admin.list_activity_events( start_time = "2024-10-19T10:00:00", end_time = "2024-10-19T10:10:00", activity_filter="GetWorkspaces", user_id_filter="xyz@abc.com",)

Expected behavior it should return only one activity for and only for given user. But it is returning many activities and for all the user in the given time window.

m-kovalsky commented 3 weeks ago

Fixed in 0.8.4.