feldera 0.38.0__py3-none-any.whl → 0.40.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/rest/feldera_client.py +2 -2
- feldera/rest/pipeline.py +1 -0
- {feldera-0.38.0.dist-info → feldera-0.40.0.dist-info}/METADATA +1 -1
- {feldera-0.38.0.dist-info → feldera-0.40.0.dist-info}/RECORD +6 -6
- {feldera-0.38.0.dist-info → feldera-0.40.0.dist-info}/WHEEL +1 -1
- {feldera-0.38.0.dist-info → feldera-0.40.0.dist-info}/top_level.txt +0 -0
feldera/rest/feldera_client.py
CHANGED
|
@@ -103,8 +103,8 @@ class FelderaClient:
|
|
|
103
103
|
return p
|
|
104
104
|
elif status not in wait:
|
|
105
105
|
# error handling for SQL compilation errors
|
|
106
|
-
if
|
|
107
|
-
sql_errors =
|
|
106
|
+
if status == "SqlError":
|
|
107
|
+
sql_errors = p.program_error["sql_compilation"]["messages"]
|
|
108
108
|
if sql_errors:
|
|
109
109
|
err_msg = f"Pipeline {name} failed to compile:\n"
|
|
110
110
|
for sql_error in sql_errors:
|
feldera/rest/pipeline.py
CHANGED
|
@@ -10,11 +10,11 @@ feldera/rest/__init__.py,sha256=Eg-EKUU3RSTDcdxTR_7wNDnCly8VpXEzsZCQUmf-y2M,308
|
|
|
10
10
|
feldera/rest/_httprequests.py,sha256=e22YbpzOzy7MGo7hk9MOU7ZRTj3F314grY0Ygr-_goI,6636
|
|
11
11
|
feldera/rest/config.py,sha256=DYzZKngDEhouTEwqVFd-rDrBN9tWqsU07Jl_BTT4mXs,1008
|
|
12
12
|
feldera/rest/errors.py,sha256=b4i2JjrbSmej7jdko_FL8UeXklLKenSipwMT80jowaM,1720
|
|
13
|
-
feldera/rest/feldera_client.py,sha256=
|
|
14
|
-
feldera/rest/pipeline.py,sha256=
|
|
13
|
+
feldera/rest/feldera_client.py,sha256=rCTc3wUijjaYzqcnEMFl4PxNO5pkqzfWZN8zl0h7RnU,20806
|
|
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.40.0.dist-info/METADATA,sha256=_iySy1N5IGAXP466FkroTQ5ygaD-n-BCquBtB2nIgqA,2582
|
|
18
|
+
feldera-0.40.0.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
|
|
19
|
+
feldera-0.40.0.dist-info/top_level.txt,sha256=fB6yTqrQiO6RCbY1xP2T_mpPoTjDFtJvkJJodiee7d0,8
|
|
20
|
+
feldera-0.40.0.dist-info/RECORD,,
|
|
File without changes
|