Skip to content

Commit

Permalink
Bypass expensive get_user_data_tables query
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Mar 8, 2024
1 parent b43ec47 commit d731046
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 @@ -794,6 +794,7 @@ def __init__(self, email=None, password=None, username=None):
self.username = username

def get_user_data_tables(self, data_table: str):
return []
session = object_session(self)
assert session
metadata_select = (
Expand Down

0 comments on commit d731046

Please sign in to comment.