Dear all,
It’s been a while I keep getting this warning anytime I submit a calculation:
/home/bastonero/.conda/envs/aiida/lib/python3.9/site-packages/aiida/storage/psql_dos/orm/querybuilder/main.py:146:
SAWarning: Object of type <DbNode> not in session, add operation along 'DbUser.dbnodes' will not proceed
(This warning originated from the Session 'autoflush' process, which was invoked automatically in response to a user-initiated operation.)
It seems it’s not really something to worry about, but I wanted to understand:
- Whether it is something that can be fixed
- If it is (sort of) bad
- In case, how to disable the warning
Thanks a lot for any pointer!