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

Added sqlalchemy dependency for Money in Postgres #25

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Added sqlalchemy dependency for Money in Postgres #25

merged 1 commit into from
Oct 18, 2019

Conversation

robinparriath
Copy link
Contributor

Hello Tuan,

The docker image wasn't running due to an error with the sqlalchemy dependency (#23):
AttributeError: module 'sqlalchemy.dialects.postgresql' has no attribute 'MONEY'

Adding a python dependency sqlalchemy==1.2.0 fixes this problem.

Please let me know what you think.

Also, thanks so much for your tutorial on airflow. It is super useful!

@tuanavu tuanavu merged commit 1a660e3 into tuanavu:master Oct 18, 2019
@tuanavu
Copy link
Owner

tuanavu commented Oct 18, 2019

Thanks @robinparriath for working on this issue. Pull request accepted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants