keitaroinc / docker-ckan

CKAN docker images, docker-compose and examples
Apache License 2.0
72 stars 51 forks source link

[BUG] #111

Closed huriviades closed 10 months ago

huriviades commented 1 year ago

Describe the bug The datapusher throws an error that the requests and tzdata packages are not installed, when it installed with the pip. Later, I upload a csv file to generate the datapusher and it fails with an error: Error getting due jobs from job store 'default': columns argument to select() must be a Python list or other iterable.

Docker images affected CKAN 2.8 - Alpine Linux Datapusher - Alpine Linux, ghcr.io/keitaroinc/datapusher:0.0.17

Expected behaviour Error getting due jobs from job store 'default': columns argument to select() must be a Python list or other iterable

hbenkhay commented 11 months ago

yeah I am having the same issues as well, the other bug is because of a version change in Sqlalchemy, I managed to fix it using SQLAlchemy==1.3.19

stojanovskis1 commented 10 months ago

Duplicate of #114