feldera 0.57.0__py3-none-any.whl → 0.59.0__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 feldera might be problematic. Click here for more details.
- feldera/pipeline.py +1 -1
- {feldera-0.57.0.dist-info → feldera-0.59.0.dist-info}/METADATA +1 -1
- {feldera-0.57.0.dist-info → feldera-0.59.0.dist-info}/RECORD +5 -5
- {feldera-0.57.0.dist-info → feldera-0.59.0.dist-info}/WHEEL +0 -0
- {feldera-0.57.0.dist-info → feldera-0.59.0.dist-info}/top_level.txt +0 -0
feldera/pipeline.py
CHANGED
|
@@ -151,7 +151,7 @@ class Pipeline:
|
|
|
151
151
|
raise RuntimeError("Pipeline is paused, set force=True to push data")
|
|
152
152
|
|
|
153
153
|
if update_format not in ["raw", "insert_delete"]:
|
|
154
|
-
ValueError("update_format must be one of raw or insert_delete")
|
|
154
|
+
raise ValueError("update_format must be one of raw or insert_delete")
|
|
155
155
|
|
|
156
156
|
array = True if isinstance(data, list) else False
|
|
157
157
|
self.client.push_to_pipeline(
|
|
@@ -3,7 +3,7 @@ feldera/_callback_runner.py,sha256=Tdf6BXN4zppyoy8t_y-Ooa3B0wEfvyezMHU9jxY2ZhA,4
|
|
|
3
3
|
feldera/_helpers.py,sha256=rN0WuGSCCQlXWFMimZUQrgs-LJAfUo074d79sLElncQ,3023
|
|
4
4
|
feldera/enums.py,sha256=tI48tTF65AU5ZLem_IDnC5ycPVMKMv591lW2T__U4C8,7281
|
|
5
5
|
feldera/output_handler.py,sha256=64J3ljhOaKIhxdjOKYi-BUz_HnMwROfmN8eE-btYygU,1930
|
|
6
|
-
feldera/pipeline.py,sha256=
|
|
6
|
+
feldera/pipeline.py,sha256=_vhKkrCFZqRnrbxceJcVtSVQaHqsyoFRrGPN-oG2_5Q,30477
|
|
7
7
|
feldera/pipeline_builder.py,sha256=4rmklRZ0-otvTUb-HTESfNsJopEK-E2jxpJXiYlKpps,3664
|
|
8
8
|
feldera/runtime_config.py,sha256=DDJTSzG6LCTH0lVnuUjpATAf1STwAYJOB38xyZh_BJI,3367
|
|
9
9
|
feldera/rest/__init__.py,sha256=Eg-EKUU3RSTDcdxTR_7wNDnCly8VpXEzsZCQUmf-y2M,308
|
|
@@ -14,7 +14,7 @@ feldera/rest/feldera_client.py,sha256=Hf3CzY9Vr5LApNXDsH9mNtYWldk_qORL_sgJnZeD4H
|
|
|
14
14
|
feldera/rest/pipeline.py,sha256=a1lx-64SYak5mHX5yKElVijdfaAt5sDYVhVIXCJ97QQ,2839
|
|
15
15
|
feldera/rest/sql_table.py,sha256=qrw-YwMzx5T81zDefNO1KOx7EyypFz1vPwGBzSUB7kc,652
|
|
16
16
|
feldera/rest/sql_view.py,sha256=hN12mPM0mvwLCIPYywpb12s9Hd2Ws31IlTMXPriMisw,644
|
|
17
|
-
feldera-0.
|
|
18
|
-
feldera-0.
|
|
19
|
-
feldera-0.
|
|
20
|
-
feldera-0.
|
|
17
|
+
feldera-0.59.0.dist-info/METADATA,sha256=dmai4L9JMOOIL1_PTk-L1Z2EIsH9ou5NQ0PwoQuiNZg,2594
|
|
18
|
+
feldera-0.59.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
feldera-0.59.0.dist-info/top_level.txt,sha256=fB6yTqrQiO6RCbY1xP2T_mpPoTjDFtJvkJJodiee7d0,8
|
|
20
|
+
feldera-0.59.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|