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
Closing this ticket. The issue is resolved in #254 .
The last_activity column not being returned was resulting in a null value which was breaking the filtering on the notebooks table.
We aren't returning the value for "Last Activity". https://github.com/StatCan/jupyter-apis/blob/main/notebooks.go#L316
The value is retrieved from the
notebooks.kubeflow.org/last-activity
annotation from a notebook that is running.Upstream does return it. https://github.com/kubeflow/kubeflow/blob/v1.7.0/components/crud-web-apps/jupyter/backend/apps/common/utils.py#L117
The text was updated successfully, but these errors were encountered: