Skip to content

Update get_all_datasets function to set default of archived as None to return all datasets

ryanlong requested to merge bug_fix_get_datasets into main

Created by: deepakduggirala

The default value of archived was set to False, which resulted in only a few datasets being returned. The watch.py script uses this function to filter out already archived datasets, but it is not functioning correctly because it is not receiving all the datasets.

Merge request reports

Loading