cognite-extractor-utils 7.5.0__py3-none-any.whl → 7.5.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cognite-extractor-utils might be problematic. Click here for more details.
- cognite/extractorutils/__init__.py +1 -1
- cognite/extractorutils/uploader/files.py +1 -1
- {cognite_extractor_utils-7.5.0.dist-info → cognite_extractor_utils-7.5.1.dist-info}/METADATA +2 -1
- {cognite_extractor_utils-7.5.0.dist-info → cognite_extractor_utils-7.5.1.dist-info}/RECORD +6 -6
- {cognite_extractor_utils-7.5.0.dist-info → cognite_extractor_utils-7.5.1.dist-info}/WHEEL +1 -1
- {cognite_extractor_utils-7.5.0.dist-info → cognite_extractor_utils-7.5.1.dist-info}/LICENSE +0 -0
|
@@ -230,7 +230,7 @@ class IOFileUploadQueue(AbstractUploadQueue):
|
|
|
230
230
|
|
|
231
231
|
self._full_queue = threading.Condition()
|
|
232
232
|
|
|
233
|
-
self._httpx_client = Client(follow_redirects=True)
|
|
233
|
+
self._httpx_client = Client(follow_redirects=True, timeout=cdf_client.config.file_transfer_timeout)
|
|
234
234
|
|
|
235
235
|
global _QUEUES, _QUEUES_LOCK
|
|
236
236
|
with _QUEUES_LOCK:
|
{cognite_extractor_utils-7.5.0.dist-info → cognite_extractor_utils-7.5.1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cognite-extractor-utils
|
|
3
|
-
Version: 7.5.
|
|
3
|
+
Version: 7.5.1
|
|
4
4
|
Summary: Utilities for easier development of extractors for CDF
|
|
5
5
|
Home-page: https://github.com/cognitedata/python-extractor-utils
|
|
6
6
|
License: Apache-2.0
|
|
@@ -13,6 +13,7 @@ Classifier: Programming Language :: Python :: 3.9
|
|
|
13
13
|
Classifier: Programming Language :: Python :: 3.10
|
|
14
14
|
Classifier: Programming Language :: Python :: 3.11
|
|
15
15
|
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
16
17
|
Provides-Extra: experimental
|
|
17
18
|
Requires-Dist: arrow (>=1.0.0,<2.0.0)
|
|
18
19
|
Requires-Dist: azure-identity (>=1.14.0,<2.0.0)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
cognite/extractorutils/__init__.py,sha256=
|
|
1
|
+
cognite/extractorutils/__init__.py,sha256=UC4u-ugttsnuWjP4G_NqFqLVcfMbKVb68mowVYvJXXE,739
|
|
2
2
|
cognite/extractorutils/_inner_util.py,sha256=gmz6aqS7jDNsg8z4RHgJjMFohDLOMiaU4gMWBhg3xcE,1558
|
|
3
3
|
cognite/extractorutils/base.py,sha256=q6NU2bPec3WOasVnnIFoh-aUJudVZWZ2R6emz3IRj8Q,16391
|
|
4
4
|
cognite/extractorutils/configtools/__init__.py,sha256=YEpFGJoza23eM8Zj5DqqUj7sEstERV_QYsN6Nw4dKCg,3092
|
|
@@ -34,13 +34,13 @@ cognite/extractorutils/uploader/_metrics.py,sha256=J2LJXb19L_SLSJ_voNIQHYLp0pjxU
|
|
|
34
34
|
cognite/extractorutils/uploader/assets.py,sha256=2E90N1kxsaA6Ah4h0_r_dTVhDYY_68ItRWrHYkkltJw,5628
|
|
35
35
|
cognite/extractorutils/uploader/data_modeling.py,sha256=w35Ix5mu0Cgfn4ywnDyif4VVjo04LVTlkMEevk6ztUs,3639
|
|
36
36
|
cognite/extractorutils/uploader/events.py,sha256=NZP2tMoU_rh_rb-EZiUBsOT5KdNABHN4c9Oddk0OsdE,5680
|
|
37
|
-
cognite/extractorutils/uploader/files.py,sha256=
|
|
37
|
+
cognite/extractorutils/uploader/files.py,sha256=9yLtqStAQuFj33Fi12zo5HJYo-HdVYop8tkAHsmhHXg,22581
|
|
38
38
|
cognite/extractorutils/uploader/raw.py,sha256=wFjF90PFTjmByOWx_Y4_YfDJ2w2jl0EQJ2Tjx2MP2PM,6738
|
|
39
39
|
cognite/extractorutils/uploader/time_series.py,sha256=HBtQdsQoIOaL-EG5lMsaY-ORwVb0kGiXG86VjE5-_Bg,26815
|
|
40
40
|
cognite/extractorutils/uploader_extractor.py,sha256=E-mpVvbPg_Tk90U4S9JybV0duptJ2SXE88HB6npE3zI,7732
|
|
41
41
|
cognite/extractorutils/uploader_types.py,sha256=wxfrsiKPTzG5lmoYtQsxt8Xyj-s5HnaLl8WDzJNrazg,1020
|
|
42
42
|
cognite/extractorutils/util.py,sha256=cFrbO8XCFT7QBs2vvOk4dWyOvaHclvsuPlrDJYFG0xA,21160
|
|
43
|
-
cognite_extractor_utils-7.5.
|
|
44
|
-
cognite_extractor_utils-7.5.
|
|
45
|
-
cognite_extractor_utils-7.5.
|
|
46
|
-
cognite_extractor_utils-7.5.
|
|
43
|
+
cognite_extractor_utils-7.5.1.dist-info/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
|
|
44
|
+
cognite_extractor_utils-7.5.1.dist-info/METADATA,sha256=9CbjaMli40Sd2X88ksrr7gx0be_bilWAY4RtOtHLa14,5649
|
|
45
|
+
cognite_extractor_utils-7.5.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
46
|
+
cognite_extractor_utils-7.5.1.dist-info/RECORD,,
|
|
File without changes
|