Merge branch 'dev' into fix-plain-txt-file-type

This commit is contained in:
Igor Ilic 2025-10-20 15:08:59 +02:00 committed by GitHub
commit 0be56ee762
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -88,6 +88,7 @@ async def run_tasks_distributed(
pipeline_name: str = "unknown_pipeline",
context: dict = None,
incremental_loading: bool = False,
data_per_batch: int = 20,
):
if not user:
user = await get_default_user()