kaq-quant-common 0.2.15__py3-none-any.whl → 0.2.16__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.
- kaq_quant_common/resources/kaq_ddb_stream_write_resources.py +2 -0
- {kaq_quant_common-0.2.15.dist-info → kaq_quant_common-0.2.16.dist-info}/METADATA +1 -1
- {kaq_quant_common-0.2.15.dist-info → kaq_quant_common-0.2.16.dist-info}/RECORD +4 -4
- {kaq_quant_common-0.2.15.dist-info → kaq_quant_common-0.2.16.dist-info}/WHEEL +0 -0
|
@@ -328,6 +328,8 @@ class KaqQuantDdbStreamMTWWriteRepository:
|
|
|
328
328
|
|
|
329
329
|
def save2stream_batch(self, df: pd.DataFrame = pd.DataFrame(), cols: list = []):
|
|
330
330
|
try:
|
|
331
|
+
if df is None or df.empty:
|
|
332
|
+
return
|
|
331
333
|
if cols is None or len(cols) <= 0:
|
|
332
334
|
for _, row in df.iterrows():
|
|
333
335
|
_args = row.tolist()
|
|
@@ -45,7 +45,7 @@ kaq_quant_common/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJ
|
|
|
45
45
|
kaq_quant_common/resources/kaq_ddb_pool_stream_read_resources.py,sha256=q4P96rSrEcWn9ki09UD0vw00iFq_bpgOFTrRzVG7uCA,2537
|
|
46
46
|
kaq_quant_common/resources/kaq_ddb_stream_init_resources.py,sha256=0MxxbajocTFzcRD344rfZQPKOwwuqCbyoT6dQpIox-o,3349
|
|
47
47
|
kaq_quant_common/resources/kaq_ddb_stream_read_resources.py,sha256=WShsXMoL8o-JZvrtAd7H2Cg-vrE47QbsdGgURaQwiZs,3165
|
|
48
|
-
kaq_quant_common/resources/kaq_ddb_stream_write_resources.py,sha256=
|
|
48
|
+
kaq_quant_common/resources/kaq_ddb_stream_write_resources.py,sha256=tPfInTpHMpXBqreGyYic5-t02z_LlqX32S2tL3c3wTg,15210
|
|
49
49
|
kaq_quant_common/resources/kaq_mysql_init_resources.py,sha256=UcqWey6LgoMqvLq1SxK33nS6-rkViGYhzUPxcrucOks,827
|
|
50
50
|
kaq_quant_common/resources/kaq_mysql_resources.py,sha256=282jpXvYlEQNx-hicYTNBHDii85KYgN7BQQSMS9aPFM,13211
|
|
51
51
|
kaq_quant_common/resources/kaq_postgresql_resources.py,sha256=iG1eYkciI0xUIBdEpGqKGOLBFxvVrfbBoTuaOmhQ0v0,1762
|
|
@@ -65,6 +65,6 @@ kaq_quant_common/utils/signal_utils.py,sha256=zBSyEltNTKqkQCsrETd47kEBb3Q_OWUBUn
|
|
|
65
65
|
kaq_quant_common/utils/sqlite_utils.py,sha256=UDDFKfwL0N-jFifl40HdyOCENh2YQfW5so6hRaSJpv0,5722
|
|
66
66
|
kaq_quant_common/utils/uuid_utils.py,sha256=pm_pnXpd8n9CI66x3A20cOEUiriJyqHaKGCeLrgkBxU,71
|
|
67
67
|
kaq_quant_common/utils/yml_utils.py,sha256=gcKjb_-uuUajBGAl5QBPIZTg2wXm7qeeJvtHflj_zOE,4513
|
|
68
|
-
kaq_quant_common-0.2.
|
|
69
|
-
kaq_quant_common-0.2.
|
|
70
|
-
kaq_quant_common-0.2.
|
|
68
|
+
kaq_quant_common-0.2.16.dist-info/METADATA,sha256=hf4LlMoRi3iOOmLRr5kyoA_ofCrgYEWC2rrIN8j8Nq0,1971
|
|
69
|
+
kaq_quant_common-0.2.16.dist-info/WHEEL,sha256=zp0Cn7JsFoX2ATtOhtaFYIiE2rmFAD4OcMhtUki8W3U,88
|
|
70
|
+
kaq_quant_common-0.2.16.dist-info/RECORD,,
|
|
File without changes
|