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

Problem importing celery to enable tasks #501

Merged
merged 17 commits into from
Dec 4, 2022
Merged

Problem importing celery to enable tasks #501

merged 17 commits into from
Dec 4, 2022

Conversation

lawson89
Copy link
Contributor

@lawson89 lawson89 commented Nov 5, 2022

Issue #493

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
@lawson89 lawson89 marked this pull request as ready for review November 7, 2022 02:29
@lawson89
Copy link
Contributor Author

@marksweb just checking if any tweaks I need to make to this PR? Thanks!

@marksweb
Copy link
Collaborator

marksweb commented Dec 1, 2022

@lawson89 Sorry, I'd forgotten about this. I will continue my review tomorrow.

@marksweb
Copy link
Collaborator

marksweb commented Dec 2, 2022

@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
@marksweb
Copy link
Collaborator

marksweb commented Dec 3, 2022

@lawson89 There's just some linting issues to resolve. You could get isort to fix the imports itself with isort explorer then there's just 1 flake8 issue with some indentation I think.

@lawson89
Copy link
Contributor Author

lawson89 commented Dec 3, 2022

Yep - will take care of those in just a bit

Issue #493

Fix isort and formatting issues
@lawson89
Copy link
Contributor Author

lawson89 commented Dec 3, 2022

@marksweb - this one should be ready. Once it's merged then I can make the S3 integration more generic per issue #503

@marksweb marksweb merged commit 0d43898 into chrisclark:master Dec 4, 2022
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.

None yet

2 participants