-
Notifications
You must be signed in to change notification settings - Fork 372
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
Problem importing celery to enable tasks #501
Problem importing celery to enable tasks #501
Conversation
Issue #493 Rename test project celery file to avoid clash with celery package
Issue #493 Add presigned url setting Added utility method to convert csv file object to BytesIO for boto
Issue #493 Get presigned urls for snapshots
Issue #493 Fix test for presigned urls
Issue #493 Revert unneeded change to json exporter
Issue #493 Pin importlib-metadata to <5.0 for python < 3.7 to avoid celery import error python/importlib_metadata#411
@marksweb just checking if any tweaks I need to make to this PR? Thanks! |
@lawson89 Sorry, I'd forgotten about this. I will continue my review tomorrow. |
@lawson89 I've just got finished with pre-commit hooks. Now this does bring some conflicts with your work here - sorry about that - but I wanted to get these hooks in before any more changes come in. Could you take a look at updating your branch and resolving please? |
Issue #493 Rename test project celery file to avoid clash with celery package
Issue #493 Add presigned url setting Added utility method to convert csv file object to BytesIO for boto
Issue #493 Get presigned urls for snapshots
Issue #493 Fix test for presigned urls
Issue #493 Revert unneeded change to json exporter
Issue #493 Pin importlib-metadata to <5.0 for python < 3.7 to avoid celery import error python/importlib_metadata#411
… feature/celery_boto_update # Conflicts: # explorer/tasks.py # test_project/settings.py
@lawson89 There's just some linting issues to resolve. You could get isort to fix the imports itself with |
Yep - will take care of those in just a bit |
Issue #493 Fix isort and formatting issues
Issue #493