cognite-extractor-utils 7.7.0__py3-none-any.whl → 7.8.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.

Files changed (37) hide show
  1. cognite/examples/unstable/extractors/simple_extractor/config/config.yaml +3 -0
  2. cognite/examples/unstable/extractors/simple_extractor/config/connection_config.yaml +10 -0
  3. cognite/examples/unstable/extractors/simple_extractor/main.py +81 -0
  4. cognite/extractorutils/__init__.py +1 -1
  5. cognite/extractorutils/_inner_util.py +2 -2
  6. cognite/extractorutils/base.py +1 -1
  7. cognite/extractorutils/configtools/elements.py +4 -2
  8. cognite/extractorutils/configtools/loaders.py +18 -4
  9. cognite/extractorutils/exceptions.py +1 -1
  10. cognite/extractorutils/metrics.py +8 -6
  11. cognite/extractorutils/statestore/watermark.py +6 -3
  12. cognite/extractorutils/threading.py +2 -2
  13. cognite/extractorutils/unstable/configuration/exceptions.py +28 -1
  14. cognite/extractorutils/unstable/configuration/models.py +157 -32
  15. cognite/extractorutils/unstable/core/_dto.py +80 -7
  16. cognite/extractorutils/unstable/core/base.py +171 -106
  17. cognite/extractorutils/unstable/core/checkin_worker.py +428 -0
  18. cognite/extractorutils/unstable/core/errors.py +2 -2
  19. cognite/extractorutils/unstable/core/logger.py +49 -0
  20. cognite/extractorutils/unstable/core/runtime.py +200 -31
  21. cognite/extractorutils/unstable/core/tasks.py +2 -2
  22. cognite/extractorutils/uploader/_base.py +1 -1
  23. cognite/extractorutils/uploader/assets.py +1 -1
  24. cognite/extractorutils/uploader/data_modeling.py +1 -1
  25. cognite/extractorutils/uploader/events.py +1 -1
  26. cognite/extractorutils/uploader/files.py +4 -4
  27. cognite/extractorutils/uploader/raw.py +1 -1
  28. cognite/extractorutils/uploader/time_series.py +4 -4
  29. cognite/extractorutils/uploader_extractor.py +2 -2
  30. cognite/extractorutils/uploader_types.py +3 -3
  31. cognite/extractorutils/util.py +8 -6
  32. {cognite_extractor_utils-7.7.0.dist-info → cognite_extractor_utils-7.8.1.dist-info}/METADATA +4 -3
  33. cognite_extractor_utils-7.8.1.dist-info/RECORD +55 -0
  34. cognite_extractor_utils-7.8.1.dist-info/entry_points.txt +2 -0
  35. cognite_extractor_utils-7.7.0.dist-info/RECORD +0 -50
  36. {cognite_extractor_utils-7.7.0.dist-info → cognite_extractor_utils-7.8.1.dist-info}/WHEEL +0 -0
  37. {cognite_extractor_utils-7.7.0.dist-info → cognite_extractor_utils-7.8.1.dist-info}/licenses/LICENSE +0 -0
@@ -0,0 +1,55 @@
1
+ cognite/examples/unstable/extractors/simple_extractor/main.py,sha256=iiRevhLXqVAPXSxTu2Rz_TJY2BZKRLs4_MjvpcrkLg0,2477
2
+ cognite/examples/unstable/extractors/simple_extractor/config/config.yaml,sha256=L4S2mOFy5YfHvqieJ-1obiWzd4HW-2WqBGDWGMad06Q,48
3
+ cognite/examples/unstable/extractors/simple_extractor/config/connection_config.yaml,sha256=dseAyexkld4mgft61Bbmq8SuH2GV5nlUW_SLpDFrtoA,295
4
+ cognite/extractorutils/__init__.py,sha256=valGn4k3kPpy__bt7u77XNCM3svJ6tBmJ0pU3voR1tY,764
5
+ cognite/extractorutils/_inner_util.py,sha256=iiW8ngteYD-5RF3zuvw3adet4kfJdYL8eFfxWccQ8Zs,1812
6
+ cognite/extractorutils/base.py,sha256=UCQzrdeV_x5Ok00oPU9-U6lndoBTGVXAWEIXbXkfivI,18613
7
+ cognite/extractorutils/exceptions.py,sha256=vKJcy3cKJY23U1QU83BwmpEkHh5ryMLw_fieTtWLNS0,1369
8
+ cognite/extractorutils/metrics.py,sha256=NTmpbmji9PSPQVUeurOEnSFcmuk6H8gY1vNTKLWohgs,15695
9
+ cognite/extractorutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
10
+ cognite/extractorutils/threading.py,sha256=DGee_U7AfHMsd5DK_2YbFWGQQeol6uYp4XcItM4uey0,4573
11
+ cognite/extractorutils/uploader_extractor.py,sha256=OcHFqb3JudU0CQKn79C9CXMqfn_MoW8_JcG_pG3mVY0,9039
12
+ cognite/extractorutils/uploader_types.py,sha256=19UHyNqkDeqc56U9NBUpualW6h6aJd7OxR1DdlHWZ30,1672
13
+ cognite/extractorutils/util.py,sha256=DBOQhQuKoDS9D2HsRM519TurLvv2AKLOtS_b4EtD7JQ,23116
14
+ cognite/extractorutils/configtools/__init__.py,sha256=oK0VmZ5hBEuTRwJebVPl_3zlbf6P_Cf5G3VU7u6Shic,3533
15
+ cognite/extractorutils/configtools/_util.py,sha256=NVGaUjCwUCKFMFOKZxco02q6jwdVU4vHYk67i6R_Zxc,4829
16
+ cognite/extractorutils/configtools/elements.py,sha256=MRAzfL2ZhXFJ3zry5lrOQbhhK-TGfRcmPcginMwyGDE,31776
17
+ cognite/extractorutils/configtools/loaders.py,sha256=vnStVa_d5B8BTyy5Rq6e6TbVLbvkj0xwql684mKSIgw,20755
18
+ cognite/extractorutils/configtools/validators.py,sha256=Gaq0DkWqFdfG6M0ySAqCzXVtyF4DVxiOyn0SQyCOfeo,1089
19
+ cognite/extractorutils/statestore/__init__.py,sha256=tkXba5SNBkQa559ZcMe0acY7zjwy4lPI9rWjwdbiRlo,2759
20
+ cognite/extractorutils/statestore/_base.py,sha256=zEMPAPB3RJfJHQUyOuepF0mTgJ2y7WT0YQM6irj1YQg,2797
21
+ cognite/extractorutils/statestore/hashing.py,sha256=woINWriOozUNcPCWl6zc4R4TjLQx1bBrkpKAVOJPXyk,12345
22
+ cognite/extractorutils/statestore/watermark.py,sha256=iQqj2snH6_BRtE5MTf83Ef50H5HGvnmt0OX2dSGIVbE,16906
23
+ cognite/extractorutils/unstable/__init__.py,sha256=xqEgk3O1OW47ArWvzzyB4dy83Y78ESV2F8mQegpPz74,417
24
+ cognite/extractorutils/unstable/configuration/__init__.py,sha256=9ycCHyh7Zr7fZ_I9bwHKdywJOfZUYGDBYLU_94Uyq_4,81
25
+ cognite/extractorutils/unstable/configuration/exceptions.py,sha256=DAsfnp5S2rNB_rczD74zY2ljCdsnH0wLdifcMDI4u0E,1513
26
+ cognite/extractorutils/unstable/configuration/loaders.py,sha256=2Q2P9yGfsBUk1VwxmTACKJUiH2CGL0p3vOFA3jjMuxY,6145
27
+ cognite/extractorutils/unstable/configuration/models.py,sha256=pcJAvYgj8-SM6RCSJmtXBRQxpVk-EY_GMRW0qElNKOU,16876
28
+ cognite/extractorutils/unstable/core/__init__.py,sha256=f0LREaOHQig5hL59jfDn9FYfUIR_e1cgqDCIqTJV_VI,213
29
+ cognite/extractorutils/unstable/core/_dto.py,sha256=iu6bokFPu4eVfv3A43zPkOTPbeegP5wFPdh20oDNWZY,3559
30
+ cognite/extractorutils/unstable/core/_messaging.py,sha256=D9rOW8fijryXffbm90d8VTf2vy5FmwVGU-H0O-cn-EI,68
31
+ cognite/extractorutils/unstable/core/base.py,sha256=AdP6DyxhPo85e10f2YohRNICMUz11Gr1hzc3AF7BCM8,19167
32
+ cognite/extractorutils/unstable/core/checkin_worker.py,sha256=yJ4MjJoeL96ZqWE-stntSBp7PdjJZe9A8GR_ulxS200,18109
33
+ cognite/extractorutils/unstable/core/errors.py,sha256=x6IKlINVdsDoH3qUuE5n9XwJw3b69hol5ecoMCPMCOE,3544
34
+ cognite/extractorutils/unstable/core/logger.py,sha256=6u96SFSTzapLuQP4kK6NFi9dgpoZEwJGlf9sVbVVCi8,11582
35
+ cognite/extractorutils/unstable/core/restart_policy.py,sha256=UakVHntfffAGeye_tV0NltfR8U8xsdL8KS5OAB3BNkk,1279
36
+ cognite/extractorutils/unstable/core/runtime.py,sha256=U1gK1cKDjoVeVtIiUd0jj3PwHtNfcfbgdD23exMLCVg,19315
37
+ cognite/extractorutils/unstable/core/tasks.py,sha256=--hsaN5UCJ7_I-4fl4l8EasP1khe_R_6BqotobXBk_I,5033
38
+ cognite/extractorutils/unstable/scheduling/__init__.py,sha256=NGVNw-dq7eYwm8jLwb8ChPTSyfAnAKMzi3_QDsh46yw,809
39
+ cognite/extractorutils/unstable/scheduling/_scheduler.py,sha256=xfAKAI_pyahdFo7zPOmvAQ_16MFE46zFIYSopzwpLag,3741
40
+ cognite/extractorutils/unstable/scheduling/_schedules.py,sha256=y0NVeXYZOFcAyzBgAe8jqK0W-SZL5m99UwXAacGzqIw,677
41
+ cognite/extractorutils/uploader/__init__.py,sha256=U6feg43wlrB3K5lhGXBSDJJWOdtuHIse0G1ZsP3MdxM,3458
42
+ cognite/extractorutils/uploader/_base.py,sha256=AnHY3RwUtsKTL8XbIPCNfZiw1d62Iy0j0NlnCFxIJs0,5238
43
+ cognite/extractorutils/uploader/_metrics.py,sha256=J2LJXb19L_SLSJ_voNIQHYLp0pjxUKevpH1q_xKX6Hk,3247
44
+ cognite/extractorutils/uploader/assets.py,sha256=miDzbp-GiUMZLDBZETDOfE5w41FkwIMrBdznDUf4U5Y,5761
45
+ cognite/extractorutils/uploader/data_modeling.py,sha256=rh0fATPVZsTgdL7ZwxYIODk5cf0XPMXUXXfdcVn60wA,5131
46
+ cognite/extractorutils/uploader/events.py,sha256=j7C2lkoXyyjEgVvmT_VWIrI4lATRd6LA5vldkHgwRs8,5684
47
+ cognite/extractorutils/uploader/files.py,sha256=-cyF1w36ebgcqj3OFJYq8WP-CtRIP7wTld1jXeNDkog,28728
48
+ cognite/extractorutils/uploader/raw.py,sha256=fNq8OFpIvHwwancsmhsF6iDLub5bgCpdw879Ycmb7aI,6762
49
+ cognite/extractorutils/uploader/time_series.py,sha256=Jo8Tz3X6dvhgt8_8GwX6ETDs_DtS0DaHjiH72BQGnSo,37356
50
+ cognite/extractorutils/uploader/upload_failure_handler.py,sha256=nXw9IVcOxxuywd_17ybXijdpo0omtY0Bkb9fT_fWYFM,3048
51
+ cognite_extractor_utils-7.8.1.dist-info/METADATA,sha256=Z9eWbGiUuRpLhzivaSAL5lK37hb1DJa2DKjP7mJkEww,4954
52
+ cognite_extractor_utils-7.8.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
53
+ cognite_extractor_utils-7.8.1.dist-info/entry_points.txt,sha256=Ht51dVybSQan2zbaLCUPMBSNR4Pi-0lSKYm5j8VTBMA,101
54
+ cognite_extractor_utils-7.8.1.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
55
+ cognite_extractor_utils-7.8.1.dist-info/RECORD,,
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ simple-extractor = cognite.examples.unstable.extractors.simple_extractor.main:main
@@ -1,50 +0,0 @@
1
- cognite/extractorutils/__init__.py,sha256=Wn0kPh1z4ahQxBmba_sEQKfDuquoNoSIok9yk7kN5g4,764
2
- cognite/extractorutils/_inner_util.py,sha256=v0SvTyFqwjWkJLGoYh2-i5jry3I43BFoRkhj2MjMSQ0,1780
3
- cognite/extractorutils/base.py,sha256=Kabgxd269K_aw-P5EdCTP45mrFaIA4YBj5SZjlBVRnY,18605
4
- cognite/extractorutils/exceptions.py,sha256=VAGAO5sH6-2DgJZGCMeoCojdRDf9o3g1r3__8REFv-Y,1361
5
- cognite/extractorutils/metrics.py,sha256=gLoDWQlXNOOVLr4uQzw_l7RE85l4ljHweakzFbrx6-Y,15621
6
- cognite/extractorutils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
- cognite/extractorutils/threading.py,sha256=GybbefZkxIqxUgxQHAiGZyEcMz-Cc3k1peILcDiG1G8,4555
8
- cognite/extractorutils/uploader_extractor.py,sha256=ZPy-tc9F9fOG6GS2oOdWodolbcFa-4gHXIY8IWaWraA,9015
9
- cognite/extractorutils/uploader_types.py,sha256=86wPnkEBE3_3r__4KHjxcF0unqdUXHaNrUU1bi0bOjY,1648
10
- cognite/extractorutils/util.py,sha256=hs0jKwQZO3Owvrld2wzA8HUDjz4uAAcjnJ8hfLYqHv4,22887
11
- cognite/extractorutils/configtools/__init__.py,sha256=oK0VmZ5hBEuTRwJebVPl_3zlbf6P_Cf5G3VU7u6Shic,3533
12
- cognite/extractorutils/configtools/_util.py,sha256=NVGaUjCwUCKFMFOKZxco02q6jwdVU4vHYk67i6R_Zxc,4829
13
- cognite/extractorutils/configtools/elements.py,sha256=a-k7Hm0IP1Q_0SLWakB_ZF5nKKACerckEJmCCR4n7hc,31696
14
- cognite/extractorutils/configtools/loaders.py,sha256=1o_1j7yGZxSuqPNB0xz_6m_SZ73Jga477aKy61Uyvfs,20021
15
- cognite/extractorutils/configtools/validators.py,sha256=Gaq0DkWqFdfG6M0ySAqCzXVtyF4DVxiOyn0SQyCOfeo,1089
16
- cognite/extractorutils/statestore/__init__.py,sha256=tkXba5SNBkQa559ZcMe0acY7zjwy4lPI9rWjwdbiRlo,2759
17
- cognite/extractorutils/statestore/_base.py,sha256=zEMPAPB3RJfJHQUyOuepF0mTgJ2y7WT0YQM6irj1YQg,2797
18
- cognite/extractorutils/statestore/hashing.py,sha256=woINWriOozUNcPCWl6zc4R4TjLQx1bBrkpKAVOJPXyk,12345
19
- cognite/extractorutils/statestore/watermark.py,sha256=T_-xAizUGs1PFeS1tngDnupaYqOWtPHIV__ohQjo9gw,16779
20
- cognite/extractorutils/unstable/__init__.py,sha256=xqEgk3O1OW47ArWvzzyB4dy83Y78ESV2F8mQegpPz74,417
21
- cognite/extractorutils/unstable/configuration/__init__.py,sha256=9ycCHyh7Zr7fZ_I9bwHKdywJOfZUYGDBYLU_94Uyq_4,81
22
- cognite/extractorutils/unstable/configuration/exceptions.py,sha256=MnCX3EixlMi6xI3_QU0sl-JUNiPcxt6NFy8cpJwLWQY,819
23
- cognite/extractorutils/unstable/configuration/loaders.py,sha256=2Q2P9yGfsBUk1VwxmTACKJUiH2CGL0p3vOFA3jjMuxY,6145
24
- cognite/extractorutils/unstable/configuration/models.py,sha256=KK1Y5CeWlLPpqF4YHcXCN8WwKsgu4HOReLc5J_1wfHI,13300
25
- cognite/extractorutils/unstable/core/__init__.py,sha256=f0LREaOHQig5hL59jfDn9FYfUIR_e1cgqDCIqTJV_VI,213
26
- cognite/extractorutils/unstable/core/_dto.py,sha256=hxrdBZIlbQsYH182fl6tqmL6vpwE7cJACzXbV-ARc0Q,1296
27
- cognite/extractorutils/unstable/core/_messaging.py,sha256=D9rOW8fijryXffbm90d8VTf2vy5FmwVGU-H0O-cn-EI,68
28
- cognite/extractorutils/unstable/core/base.py,sha256=y9UHfg6ggkcQS7HKBpii38URJqzkdOvjcLhM_GUSikY,16235
29
- cognite/extractorutils/unstable/core/errors.py,sha256=BNMOYNPOhWvEzfFZxfjOWG4lr9x5zzAa180H0NTNglY,3536
30
- cognite/extractorutils/unstable/core/logger.py,sha256=WNEgIiuBUNGe7v68B0y31H641Ez7UdJwptjXDnD22wo,10183
31
- cognite/extractorutils/unstable/core/restart_policy.py,sha256=UakVHntfffAGeye_tV0NltfR8U8xsdL8KS5OAB3BNkk,1279
32
- cognite/extractorutils/unstable/core/runtime.py,sha256=qu-z9KAjbtnDRg9mFl4cBJlA-acXMhOwQXIbydSykOY,12451
33
- cognite/extractorutils/unstable/core/tasks.py,sha256=8R0kvKTydpnGaGLlgvhp8_uaq9JAVxRpy5KLjDR-npE,5017
34
- cognite/extractorutils/unstable/scheduling/__init__.py,sha256=NGVNw-dq7eYwm8jLwb8ChPTSyfAnAKMzi3_QDsh46yw,809
35
- cognite/extractorutils/unstable/scheduling/_scheduler.py,sha256=xfAKAI_pyahdFo7zPOmvAQ_16MFE46zFIYSopzwpLag,3741
36
- cognite/extractorutils/unstable/scheduling/_schedules.py,sha256=y0NVeXYZOFcAyzBgAe8jqK0W-SZL5m99UwXAacGzqIw,677
37
- cognite/extractorutils/uploader/__init__.py,sha256=U6feg43wlrB3K5lhGXBSDJJWOdtuHIse0G1ZsP3MdxM,3458
38
- cognite/extractorutils/uploader/_base.py,sha256=ZcCVAC7rCe2klCapbKUg4q7p_9KqQg890MvUmHt6j1M,5230
39
- cognite/extractorutils/uploader/_metrics.py,sha256=J2LJXb19L_SLSJ_voNIQHYLp0pjxUKevpH1q_xKX6Hk,3247
40
- cognite/extractorutils/uploader/assets.py,sha256=Dio6m-KFZ4EgFfNKET36K3vL-O6Mp9aHVEC3GPfo6J8,5753
41
- cognite/extractorutils/uploader/data_modeling.py,sha256=ncSbUsybirOg7WqPqhJKe5n-5avRHkcZ6aF54nHJaSQ,5123
42
- cognite/extractorutils/uploader/events.py,sha256=YSU0wRfN0dLKMmhmyVrZ1afJcX7kT0wxDLgQ7gBpoco,5676
43
- cognite/extractorutils/uploader/files.py,sha256=NIPg6CpUp2y5fRMDHQXt1igSxyJkdN-K1ANGTv0r98E,28680
44
- cognite/extractorutils/uploader/raw.py,sha256=KBvlBBwKNfaoY9RgOsyKq7ylHjQCxhIznlQ-lQS_XM4,6754
45
- cognite/extractorutils/uploader/time_series.py,sha256=LV_z2XLiY3oyQwnkgTF4QkPSrvIQ40C1mbDYLh86NW8,37324
46
- cognite/extractorutils/uploader/upload_failure_handler.py,sha256=nXw9IVcOxxuywd_17ybXijdpo0omtY0Bkb9fT_fWYFM,3048
47
- cognite_extractor_utils-7.7.0.dist-info/METADATA,sha256=_HrMZjtxJ_fnHfguavXWF6pi8-QI8eZRD1re5jM0NMg,4888
48
- cognite_extractor_utils-7.7.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
49
- cognite_extractor_utils-7.7.0.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
50
- cognite_extractor_utils-7.7.0.dist-info/RECORD,,