Skip to content

Commit e5e0c5d

Browse files
committed
expose task
1 parent 240c2ca commit e5e0c5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

v03_pipeline/lib/tasks/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
from v03_pipeline.lib.tasks.clickhouse_migration.migrate_all_projects_to_clickhouse import (
2+
MigrateAllProjectsToClickHouseTask,
3+
)
14
from v03_pipeline.lib.tasks.delete_family_table import DeleteFamilyTableTask
25
from v03_pipeline.lib.tasks.delete_family_tables import DeleteFamilyTablesTask
36
from v03_pipeline.lib.tasks.delete_project_family_tables import (
@@ -46,6 +49,7 @@
4649
'DeleteProjectFamilyTablesTask',
4750
'DeleteProjectTablesTask',
4851
'MigrateAllLookupTablesTask',
52+
'MigrateAllProjectsToClickHouseTask',
4953
'MigrateAllVariantAnnotationsTablesTask',
5054
'RunPipelineTask',
5155
'UpdateLookupTableTask',

0 commit comments

Comments
 (0)