Hi —
I've been struggling to initialize our "submissions" table using the dap CLI and I've narrowed down the problem to Python 3.14. I'm able to successfully run the same exact initdb command (on the same EC2 instance) under Python 3.13 and 3.12.
On Python 3.14.2, the import successfully processes about 34 million records and then crashes. I've attached the stack trace that was logged. I'll downgrade to Python 3.13 for now. Any ideas about exactly what the issue is?
—Colin