diff --git a/src/ingest.py b/src/ingest.py index 7780906..9fe2e29 100644 --- a/src/ingest.py +++ b/src/ingest.py @@ -229,7 +229,7 @@ def main(): if not is_lfa and refs: try: ids = [ref.dataId for ref in refs] - visit_definer.run(ids) + visit_definer.run(ids, incremental=True) logger.info("Defined visits for %s", ids) except Exception: logger.exception("Error while defining visits for %s", refs)