Skip to content

Commit

Permalink
Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 30, 2024
1 parent 20c6877 commit 233010e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datasette_upload_csvs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ def mark_complete(conn):
def transform_columns(conn):
database = sqlite_utils.Database(conn)
with conn:
print("Transforming types to", tracker.types)
database[table_name].transform(types=tracker.types)

await db.execute_write_fn(transform_columns)
Expand Down

0 comments on commit 233010e

Please sign in to comment.