Skip to content

Commit

Permalink
Define visits incrementally.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Jun 28, 2024
1 parent 99fcd2b commit 3ad1210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ingest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 3ad1210

Please sign in to comment.