datastream: optimize memory usage on ORCID sync #1700
Annotations
4 errors
Python / Tests (3.9, postgresql14, opensearch2):
invenio_vocabularies/contrib/names/datastreams.py#L1
isort-check
import tarfile
from concurrent.futures import ThreadPoolExecutor, as_completed
from datetime import timedelta
+from itertools import islice
from pathlib import Path
-from itertools import islice
import arrow
import regex as re
|
Python / Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 1.
|
Python / Tests (3.12, postgresql14, opensearch2):
invenio_vocabularies/contrib/names/datastreams.py#L1
isort-check
import tarfile
from concurrent.futures import ThreadPoolExecutor, as_completed
from datetime import timedelta
+from itertools import islice
from pathlib import Path
-from itertools import islice
import arrow
import regex as re
|
Python / Tests (3.12, postgresql14, opensearch2)
Process completed with exit code 1.
|