We want to use the sessions endpoint to find sessions where a given list of dataset types exist on Flatiron. Currently this is not the case.
From @oliche:
I think the issue comes from the fact that the dataset_type filter on the session endpoint does not enforce the exist flag, unlike the dataset serializer in the session endpoint.
This consistency issue needs fixing in the custom filter (actions.views I think)
We want to use the sessions endpoint to find sessions where a given list of dataset types exist on Flatiron. Currently this is not the case.
From @oliche: