We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d24776 commit a4a5dbaCopy full SHA for a4a5dba
schematic/store/synapse.py
@@ -706,7 +706,7 @@ def getFilesInStorageDataset(
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)
+ # 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