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 2, 2023
1 parent 2ca2e3c commit 0c34a31
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 @@ -174,7 +174,7 @@ def main():
if 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 0c34a31

Please sign in to comment.