Skip to main content

Module coordinator

Module coordinator 

Source

Structsยง

ImportResumeConfig ๐Ÿ”’
ImportResumeSession ๐Ÿ”’

Traitsยง

ImportTaskExecutor ๐Ÿ”’

Functionsยง

build_import_tasks ๐Ÿ”’
chunk_has_schema_files ๐Ÿ”’
import_tasks_concurrent ๐Ÿ”’
Imports up to task_parallelism data tasks concurrently on the client.
import_tasks_serial ๐Ÿ”’
Imports data tasks one at a time, preserving the original serial behavior.
import_with_resume_session_with_progress ๐Ÿ”’
next_pending_task ๐Ÿ”’
Returns the index of the next task eligible for import, scanning forward from next_idx and skipping tasks already marked Completed (counting each skipped task once toward progress). Advances next_idx past the returned task so each task is scheduled at most once.
persist_failed_best_effort ๐Ÿ”’
prepare_import_resume ๐Ÿ”’
state_mismatch ๐Ÿ”’
task_set_from_config ๐Ÿ”’
task_set_from_state ๐Ÿ”’
update_status_and_save ๐Ÿ”’
validate_config_tasks ๐Ÿ”’
validate_state_matches ๐Ÿ”’