Docstring fix (#3482)

This commit is contained in:
anuunchin
2025-12-15 13:27:42 +01:00
committed by GitHub
parent bb8ab6272b
commit f4169878ac

View File

@@ -94,7 +94,7 @@ class PipelineTasksGroup(TaskGroup):
buffer_max_items (int, optional): Maximum number of buffered items. Use 0 to keep dlt built-in limit. Defaults to 1000.
retry_policy (_type_, optional): Tenacity retry policy. Defaults to no retry.
retry_pipeline_steps (Sequence[TPipelineStep], optional): Which pipeline steps are eligible for retry. Defaults to ("load", ).
wipe_local_data (bool, optional): Will wipe all the data created by pipeline, also in case of exception. Defaults to False.
wipe_local_data (bool, optional): Will wipe all the data created by pipeline, also in case of exception. Defaults to True.
save_load_info (bool, optional): Will save extensive load info to the destination. Defaults to False.
save_trace_info (bool, optional): Will save trace info to the destination. Defaults to False.
"""