You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.add_argument("start_day", help="start day in utc - e.g. 'YYYY-MM-DD'" )
73
79
parser.add_argument("end_day", help="start day in utc - e.g. 'YYYY-MM-DD'" )
74
80
parser.add_argument("file_prefix", help="prefix for the filenames generated - e.g /tmp/dump_ will generate files /tmp/dump_<uuid1>.gz, /tmp/dump_<uuid2>.gz..." )
81
+
parser.add_argument("-p", "--purge", default=False, action='store_true', help="select whether to purge the timeseries database entries (only timeseries_db not analysis_db)")
0 commit comments