warpzone-sdk 15.1.0__py3-none-any.whl → 15.1.0.dev1__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.
@@ -53,10 +53,8 @@ class Table:
53
53
  As the `Table`-class is lazily initialized,
54
54
  the `delta_table`-property is initialized on the first access
55
55
  and saved for future use to minimize overhead.
56
- It is *important* that this property is only initialized within
57
- a lock when doing concurrent reads/writes
58
- and not initialized when creating the `Table`-object.
59
- This is important because using the same instance can lead to transaction
56
+ It is *important* that this property is not initialized when creating
57
+ the `Table`-object, because using the same instance can lead to transaction
60
58
  issues in delta as DeltaTable uses metadata (transaction id) from
61
59
  the first time the object is instantiated.
62
60
  """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: warpzone-sdk
3
- Version: 15.1.0
3
+ Version: 15.1.0.dev1
4
4
  Summary: The main objective of this package is to centralize logic used to interact with Azure Functions, Azure Service Bus and Azure Table Storage
5
5
  Author: Team Enigma
6
6
  Author-email: enigma@energinet.dk
@@ -10,7 +10,7 @@ warpzone/deltastorage/lock_client.py,sha256=z19ub2ahsUHdcriRmgLOxO6zGOGadxF6NmNA
10
10
  warpzone/deltastorage/schema.py,sha256=AhkJnsB9oX3HVwoCUWcYSdD1zwouT2wj5XydXgU5WEA,4483
11
11
  warpzone/deltastorage/slicing.py,sha256=r4Fbg8HHBkZlrYEC847yq86caCTTE02JzpnY_TqI_MA,638
12
12
  warpzone/deltastorage/store.py,sha256=LwoDXk0xtQuzfMbqv_ldIRh-9RzA-Hx9NRhtBmlbWB8,4812
13
- warpzone/deltastorage/table.py,sha256=_5tBQEKnimNWsAWyVhGjuX_3pllqzakkMrvALw6-2Qw,5713
13
+ warpzone/deltastorage/table.py,sha256=v2vWtMk_y12gq23S545cT9_1mVgxABgxyENVR5FEfww,5609
14
14
  warpzone/enums/__init__.py,sha256=Gvd-EeZc5jWu5WdusYe3i3Zyt1v85CljBK_EJu7EwZk,24
15
15
  warpzone/enums/topicenum.py,sha256=cj9F7kYzwvDeHN5jJXwgnHXTh6E64VwRNpFepNthIyk,213
16
16
  warpzone/function/__init__.py,sha256=rJOZBpWsUgjMc7YtXMJ1rLGm45KB1AhDJ_Y2ISiSISc,35
@@ -52,6 +52,6 @@ warpzone/tools/copy.py,sha256=5fddotMZkXZO8avzUbGOhvs0cp8mce95pNpy0oPVjnQ,2596
52
52
  warpzone/transform/__init__.py,sha256=ruGa7tl-v4ndlWpULE1jSGU_a4_iRc3V6eyNr5xKP9E,27
53
53
  warpzone/transform/data.py,sha256=Abb8PcrgMbbNCJkkIUdtrTHdlY0OfXid387qw1nDpFY,2362
54
54
  warpzone/transform/schema.py,sha256=nbSQtDMvXkyqGKuwhuFCF0WsEDsaNyoPYpMKvbsKlv8,2423
55
- warpzone_sdk-15.1.0.dist-info/METADATA,sha256=q0pdO2gAFw7uT3fTYGgBfLeFDOyQstIvEQR-3qfKZb8,7279
56
- warpzone_sdk-15.1.0.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
57
- warpzone_sdk-15.1.0.dist-info/RECORD,,
55
+ warpzone_sdk-15.1.0.dev1.dist-info/METADATA,sha256=e3JKNVKYwwh364-9zqMO5mXylxVDAUHiPH0HDnVXg4Y,7284
56
+ warpzone_sdk-15.1.0.dev1.dist-info/WHEEL,sha256=3ny-bZhpXrU6vSQ1UPG34FoxZBp3lVcvK0LkgUz6VLk,88
57
+ warpzone_sdk-15.1.0.dev1.dist-info/RECORD,,