Skip to content

Commit

Permalink
fix: spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dlbrittain committed Aug 10, 2022
1 parent 1d5dee1 commit e790e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def remove_expired_databases(delete_threshold: int = 5) -> str:
celery_logger.error(f"Error: {sql_error}")
continue

# get databases that exist currently, filter by materializied dbs
# get databases that exist currently, filter by materialized dbs
database_list = get_existing_databases(engine)

databases = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def run_periodic_materialization(
2. Update expired root ids
3. Copy database to new frozen version
4. Merge annotation and segmentation tables together
5. Drop non-materializied tables
5. Drop non-materialized tables
"""
is_update_roots_running = check_if_task_is_running(
"workflow:update_database_workflow", "worker.workflow"
Expand Down

0 comments on commit e790e66

Please sign in to comment.