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: 'List of datasets to remove from a Upload. Provide as a json array of the dataset uuids like: ["232934234234234234234270c0ea6c51d604a850558ef2247d0b4", "230948203482234234234a57bfe9c056d08a0f8e6cd612baa3bfa"]'
767
768
# Use after_update_trigger instead of before_update_trigger since we are not updating this property
768
769
after_update_trigger: unlink_datasets_from_upload
769
-
# Different from the handling of Collection (only returns dataset_uuids)
770
770
datasets:
771
771
type: list
772
772
generated: true # Disallow user input from request json when being created
773
773
transient: true
774
774
description: "The datasets that are contained in this Upload."
775
-
# A few time-consuming read triggers are excluded
775
+
# A few time-consuming properties (with read triggers) of each dataset are excluded
0 commit comments