keitaroinc / docker-ckan

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

[BUG] Datapusher not uploading files #99

Closed OGrigorios closed 1 year ago

OGrigorios commented 1 year ago

Describe the bug When uploading data in csv format to the FileStore that upload to DataStore doesn't work. The logs from the datapusher container is:

Docker images affected

  1. CKAN 2.9

Expected behaviour The file will be added to the datastore

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

blagojabozinovski commented 1 year ago

@OGrigorios Looks like the the problem is that value that You want iterate through is None. This can be because there is no connection to the datapusher or problem with the SQLAlchemy version. Can You provide the full log so We have more info?

blagojabozinovski commented 1 year ago

Will reopen ticket on feedback.