We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354a735 commit c6b1077Copy full SHA for c6b1077
ingestors/tasks.py
@@ -30,7 +30,7 @@ async def ingest(job: DatasetJob) -> None:
30
def _run_ingest():
31
to_analyze: list[EntityProxy] = []
32
to_index: list[EntityProxy] = []
33
- manager = Manager(sync_app, job.dataset, job.context)
+ manager = Manager(app, job.dataset, job.context)
34
35
try:
36
for entity in job.get_entities():
0 commit comments