Skip to content

Commit

Permalink
Exclude user-provided object stores from quota calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez committed Dec 13, 2024
1 parent be4fea5 commit 9c29c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/galaxy/model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ def stderr(self, stderr):
LEFT OUTER JOIN library_dataset_dataset_association ON dataset.id = library_dataset_dataset_association.dataset_id
WHERE dataset.id IN (SELECT dataset_id FROM per_hist_hdas)
AND library_dataset_dataset_association.id IS NULL
AND dataset.object_store_id NOT LIKE 'user_objects://%'
{and_dataset_condition}
"""

Expand Down

0 comments on commit 9c29c90

Please sign in to comment.