sqlalchemy.exc.ProgrammingError: (sqlite3.ProgrammingError) SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 15336 and this is thread id 14476 code example
Example: sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread
conn = sqlite3.connect('your.db', check_same_thread=False)