Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
katybaulch committed Oct 17, 2024
1 parent 0b0a8ce commit 73abe96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/core/ingestion/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ def generate_pipeline_ingest_input_query(
)
.filter(FamilyDocument.document_status != DocumentStatus.DELETED)
.options(
# Disable any default eager loading
# Disable any default eager loading as this was causing multiplicity due to
# implicit joins due to relationships between the selected models.
lazyload("*")
)
)
Expand Down

0 comments on commit 73abe96

Please sign in to comment.