Skip to content

Commit e790e66

Browse files
committed
fix: spelling
1 parent 1d5dee1 commit e790e66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

materializationengine/workflows/periodic_database_removal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def remove_expired_databases(delete_threshold: int = 5) -> str:
7777
celery_logger.error(f"Error: {sql_error}")
7878
continue
7979

80-
# get databases that exist currently, filter by materializied dbs
80+
# get databases that exist currently, filter by materialized dbs
8181
database_list = get_existing_databases(engine)
8282

8383
databases = [

materializationengine/workflows/periodic_materialization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def run_periodic_materialization(
3131
2. Update expired root ids
3232
3. Copy database to new frozen version
3333
4. Merge annotation and segmentation tables together
34-
5. Drop non-materializied tables
34+
5. Drop non-materialized tables
3535
"""
3636
is_update_roots_running = check_if_task_is_running(
3737
"workflow:update_database_workflow", "worker.workflow"

0 commit comments

Comments
 (0)