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

Datapusher does not upload csv automatically #59

Open
pazepaze opened this issue Dec 2, 2020 · 1 comment
Open

Datapusher does not upload csv automatically #59

pazepaze opened this issue Dec 2, 2020 · 1 comment

Comments

@pazepaze
Copy link

pazepaze commented Dec 2, 2020

Datapusher does not upload csv automatically anymore after recent update to the datapusher Dockerfile.

I found this new behavior on my ckan 2.8 setup after pulling your changes to the Dockerfile. I was using 96f46d4 before.

To reproduce, first make some changes in order to actually be able to run ckan 2.8 with docker-compose here. I pushed those to https://github.com/pazepaze/docker-ckan/tree/2.8-working-setup (Sidenote: it should probably be documented somewhere how to run the other ckan versions supported in this repo)
Then run normally with

docker-compose build && docker-compose up -d

Create a dataset and upload the following simple csv file:

foo,bar
1,2
3,4

The datapusher will not be triggered automatically. If you go to the resource > Manage > Datastore though, where you can see the Upload log in the ckan UI, something strange happens: If you hammer F5 in the browser a few times to update that page, the datapusher can finally be convinced to upload the file.

Not sure whether this is a datapusher issue or an issue with the datapusher dockerfile here. All I can say is that it worked with the datapusher Dockerfile from commit 96f46d4 (before the changes in October 2020).

@mariatziak
Copy link

Same problem here, except that my file never uploads to the datastore!

ccancellieri pushed a commit to ccancellieri/docker-ckan that referenced this issue Aug 31, 2023
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

No branches or pull requests

2 participants