Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlalchemy 1.3.4 spews warning message at import time #997

Closed
yadudoc opened this issue May 30, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@yadudoc
Copy link
Member

commented May 30, 2019

On master, sqlalchemy spews this warning message :

/home/yadu/miniconda3/envs/parsl_0.8.0_py36_testing/lib/python3.6/site-packages/sqlalchemy/sql/functions.py:68: SAWarning: The GenericFunction 'array_agg' is already registered and is going to be overriden.
"is going to be overriden.".format(identifier))

This happens only when using sqlalchemy==1.3.4 and goes away when the version is downgraded to 1.3.3

@yadudoc yadudoc added this to the Parsl-0.8.0 milestone May 30, 2019

@yadudoc

This comment has been minimized.

Copy link
Member Author

commented May 31, 2019

@ZhuozhaoLi Can you tack this onto one of the monitoring PRs ?

yadudoc added a commit that referenced this issue May 31, 2019

Sqlalchemy version #997 (#1005)
* update sqlalchemy version

* update sqlalchemy version test-requirement.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.