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 240c2ca commit e5e0c5dCopy full SHA for e5e0c5d
v03_pipeline/lib/tasks/__init__.py
@@ -1,3 +1,6 @@
1
+from v03_pipeline.lib.tasks.clickhouse_migration.migrate_all_projects_to_clickhouse import (
2
+ MigrateAllProjectsToClickHouseTask,
3
+)
4
from v03_pipeline.lib.tasks.delete_family_table import DeleteFamilyTableTask
5
from v03_pipeline.lib.tasks.delete_family_tables import DeleteFamilyTablesTask
6
from v03_pipeline.lib.tasks.delete_project_family_tables import (
@@ -46,6 +49,7 @@
46
49
'DeleteProjectFamilyTablesTask',
47
50
'DeleteProjectTablesTask',
48
51
'MigrateAllLookupTablesTask',
52
+ 'MigrateAllProjectsToClickHouseTask',
53
'MigrateAllVariantAnnotationsTablesTask',
54
'RunPipelineTask',
55
'UpdateLookupTableTask',
0 commit comments