Skip to content

Commit

Permalink
Add todo flag
Browse files Browse the repository at this point in the history
  • Loading branch information
BielStela committed Dec 20, 2023
1 parent febf7b8 commit cca14ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/h3_data_importer/delete_h3_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def main(dry_run: bool):
)
tables_deleted_with_contextuals = cursor.fetchall()
print(tables_deleted_with_contextuals)
# TODO: Find some logic to delete the contextual layers safely if they are not used anymore.
else:
log.info("No tables to delete")

Expand Down

0 comments on commit cca14ad

Please sign in to comment.