Calls in the export process that don't trigger logging #1144
Labels
enhancement
New feature or request
infrastructure
Unix, MySQL, etc. settings/issues impacting users
merge
To do with merge tables
Describe the bug
In testing the export and docker pipeline, found several cases where entries weren't logged for the SQL dump that we should probably include or make clear in documentation wont be hit. Listing here:
Using a table to restrict another
table1
viatable1 & (table2 & key)
ortable1 * (table2 & key)
table2
it doesn't get exported. This then changes behavior of the restriction in the dockertable1 & (table2 & key).fetch("KEY")
fetch_nwb
fetch_nwb
from the merge table did not register the merge table entries in the export.(LFPOutput & basic_key).fetch_nwb(restriction=basic_key)[0]["lfp"]
wherebasic_key
has restrictions for the source tableLFPV1()
The text was updated successfully, but these errors were encountered: