ainamdar-ag
Results
2
issues of
ainamdar-ag
Question regarding the requests session. It seems that there is a new session created for each new request based on https://github.com/J535D165/pyalex/blob/main/pyalex/api.py#L96 It might be better that this session is generated...
I received the following error with SQLAlchemy data layer with postgresql DB. ``` - An error occurred: (sqlalchemy.dialects.postgresql.asyncpg.ProgrammingError) : column "defaultOpen" of relation "steps" does not exist [SQL: INSERT INTO...
bug
data layer