feldera 0.33.0__py3-none-any.whl → 0.34.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 -0
- feldera/rest/feldera_client.py +1 -0
- {feldera-0.33.0.dist-info → feldera-0.34.0.dist-info}/METADATA +2 -2
- {feldera-0.33.0.dist-info → feldera-0.34.0.dist-info}/RECORD +6 -6
- {feldera-0.33.0.dist-info → feldera-0.34.0.dist-info}/WHEEL +1 -1
- {feldera-0.33.0.dist-info → feldera-0.34.0.dist-info}/top_level.txt +0 -0
feldera/pipeline.py
CHANGED
|
@@ -545,6 +545,7 @@ resume a paused pipeline."""
|
|
|
545
545
|
"""
|
|
546
546
|
Executes an ad-hoc SQL query on this pipeline and returns a generator that yields the rows of the result as Python dictionaries.
|
|
547
547
|
For ``INSERT`` and ``DELETE`` queries, consider using :meth:`.execute` instead.
|
|
548
|
+
All floating-point numbers are deserialized as Decimal objects to avoid precision loss.
|
|
548
549
|
|
|
549
550
|
Note:
|
|
550
551
|
You can only ``SELECT`` from materialized tables and views.
|
feldera/rest/feldera_client.py
CHANGED
|
@@ -536,6 +536,7 @@ Reason: The pipeline is in a FAILED state due to the following error:
|
|
|
536
536
|
"""
|
|
537
537
|
Executes an ad-hoc query on the specified pipeline and returns the result as a generator that yields
|
|
538
538
|
rows of the query as Python dictionaries.
|
|
539
|
+
All floating-point numbers are deserialized as Decimal objects to avoid precision loss.
|
|
539
540
|
|
|
540
541
|
:param pipeline_name: The name of the pipeline to query.
|
|
541
542
|
:param query: The SQL query to be executed.
|
|
@@ -3,18 +3,18 @@ feldera/_callback_runner.py,sha256=Tdf6BXN4zppyoy8t_y-Ooa3B0wEfvyezMHU9jxY2ZhA,4
|
|
|
3
3
|
feldera/_helpers.py,sha256=TuaJPQdAnRV9K5bG7-DCAr45b2JxsZyrwkZBJf1806M,2684
|
|
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=yDU5vSRk-2I5P1VeV_Ix5rCDLbjNIkIYEP_gA2vWSIU,29705
|
|
7
7
|
feldera/pipeline_builder.py,sha256=4rmklRZ0-otvTUb-HTESfNsJopEK-E2jxpJXiYlKpps,3664
|
|
8
8
|
feldera/runtime_config.py,sha256=PfYXsrLrs5Duty-7x3dGDf2uvp5hwp3Yb5n3bRQtLVk,2898
|
|
9
9
|
feldera/rest/__init__.py,sha256=Eg-EKUU3RSTDcdxTR_7wNDnCly8VpXEzsZCQUmf-y2M,308
|
|
10
10
|
feldera/rest/_httprequests.py,sha256=y3RxFn4BCTKbUztO1LN2CWXgGA93dIIV5VLdyiWQWuQ,6181
|
|
11
11
|
feldera/rest/config.py,sha256=84Lj2QX6SYNZJdBfrCHPMh29Nj4MY7nRB-uddytx_ok,795
|
|
12
12
|
feldera/rest/errors.py,sha256=b4i2JjrbSmej7jdko_FL8UeXklLKenSipwMT80jowaM,1720
|
|
13
|
-
feldera/rest/feldera_client.py,sha256=
|
|
13
|
+
feldera/rest/feldera_client.py,sha256=kTNN3DaxQ5gnCpTYAggpdlMpBKJJ15bYh_WXI6FzGzU,20570
|
|
14
14
|
feldera/rest/pipeline.py,sha256=o6BFLL3DuurvAhneX1LH7mLjbvX3dn4lCXziYRciUI4,2788
|
|
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.34.0.dist-info/METADATA,sha256=C60x6jVIUQBT33nIVHMx3saeoXJpyfYzDMLtC23i9oQ,2582
|
|
18
|
+
feldera-0.34.0.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
19
|
+
feldera-0.34.0.dist-info/top_level.txt,sha256=fB6yTqrQiO6RCbY1xP2T_mpPoTjDFtJvkJJodiee7d0,8
|
|
20
|
+
feldera-0.34.0.dist-info/RECORD,,
|
|
File without changes
|