We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3261dcc commit f0968a2Copy full SHA for f0968a2
schematic/store/synapse.py
@@ -703,10 +703,7 @@ def getFilesInStorageDataset(
703
ValueError: Dataset ID not found.
704
"""
705
file_list = []
706
- # HACK: must requery the fileview to get new files, since SynapseStorage will query the last state
707
- # of the fileview which may not contain any new folders in the fileview.
708
- # This is a workaround to fileviews not always containing the latest information
709
- # self.query_fileview(force_requery=True)
+
710
# Get path to dataset folder by using childern to avoid cases where the dataset is the scope of the view
711
if self.storageFileviewTable.empty:
712
raise ValueError(
0 commit comments