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
Description
When a user tries to create dataset members but the filter returns no files the user gets a 504 error. We should a 200 Ok response stating no members were created.
The text was updated successfully, but these errors were encountered:
* 📚 Updating data filter description to clarify filter types, conditions, etc
* 🔨 Changing 'in' conditions to only check overall list and not each item in the list; changing type variables to filter_type so we don't conflict with the keyword; adding test for 'array' type
* ✅ Fixing tests
* 🔨 Fixing transient batch testing bug and 504 error with empty results for creating dataset members
* 👌 Clarifying condition input params
* 👌 Adding examples for each condition
Closes#1760Fixes#1772; Fixes#1773
Description
When a user tries to create dataset members but the filter returns no files the user gets a 504 error. We should a 200 Ok response stating no members were created.
The text was updated successfully, but these errors were encountered: