dasl-client 1.0.5__py3-none-any.whl → 1.0.6__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 dasl-client might be problematic. Click here for more details.
- dasl_client/types/rule.py +6 -0
- {dasl_client-1.0.5.dist-info → dasl_client-1.0.6.dist-info}/METADATA +2 -2
- {dasl_client-1.0.5.dist-info → dasl_client-1.0.6.dist-info}/RECORD +6 -6
- {dasl_client-1.0.5.dist-info → dasl_client-1.0.6.dist-info}/LICENSE +0 -0
- {dasl_client-1.0.5.dist-info → dasl_client-1.0.6.dist-info}/WHEEL +0 -0
- {dasl_client-1.0.5.dist-info → dasl_client-1.0.6.dist-info}/top_level.txt +0 -0
dasl_client/types/rule.py
CHANGED
|
@@ -289,6 +289,9 @@ class Rule(BaseModel):
|
|
|
289
289
|
join_expr (Optional[str]): For tables other than the
|
|
290
290
|
first, the join condition expression to join with
|
|
291
291
|
the preceding table.
|
|
292
|
+
streaming (Optional[bool]): For tables other than the
|
|
293
|
+
first, is this a streaming join or static. Default
|
|
294
|
+
is false, except on the first table.
|
|
292
295
|
"""
|
|
293
296
|
|
|
294
297
|
class Watermark(BaseModel):
|
|
@@ -335,6 +338,7 @@ class Rule(BaseModel):
|
|
|
335
338
|
alias: Optional[str] = None
|
|
336
339
|
join_type: Optional[str] = None
|
|
337
340
|
join_expr: Optional[str] = None
|
|
341
|
+
streaming: Optional[bool] = None
|
|
338
342
|
|
|
339
343
|
@staticmethod
|
|
340
344
|
def from_api_obj(
|
|
@@ -350,6 +354,7 @@ class Rule(BaseModel):
|
|
|
350
354
|
alias=obj.alias,
|
|
351
355
|
join_type=obj.join_type,
|
|
352
356
|
join_expr=obj.join_expr,
|
|
357
|
+
streaming=obj.streaming,
|
|
353
358
|
)
|
|
354
359
|
|
|
355
360
|
def to_api_obj(self) -> CoreV1RuleSpecInputStreamTablesInner:
|
|
@@ -361,6 +366,7 @@ class Rule(BaseModel):
|
|
|
361
366
|
alias=self.alias,
|
|
362
367
|
join_type=self.join_type,
|
|
363
368
|
join_expr=self.join_expr,
|
|
369
|
+
streaming=self.streaming,
|
|
364
370
|
)
|
|
365
371
|
|
|
366
372
|
tables: Optional[List["Rule.Input.Stream.Table"]] = None
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dasl_client
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.6
|
|
4
4
|
Summary: The DASL client library used for interacting with the DASL workspace
|
|
5
5
|
Home-page: https://github.com/antimatter/asl
|
|
6
6
|
Author: Antimatter Team
|
|
@@ -8,7 +8,7 @@ Author-email: Antimatter Team <support@antimatter.io>
|
|
|
8
8
|
Requires-Python: >=3.8
|
|
9
9
|
Description-Content-Type: text/markdown
|
|
10
10
|
License-File: LICENSE
|
|
11
|
-
Requires-Dist: dasl-api ==0.1.
|
|
11
|
+
Requires-Dist: dasl-api ==0.1.11
|
|
12
12
|
Requires-Dist: databricks-sdk >=0.41.0
|
|
13
13
|
Requires-Dist: pydantic >=2
|
|
14
14
|
|
|
@@ -13,11 +13,11 @@ dasl_client/types/admin_config.py,sha256=Giyqe0Llhk-yZ3X4kqtHoGV5DRqzWOfsjIyWRxd
|
|
|
13
13
|
dasl_client/types/datasource.py,sha256=XeECqi7CssFgOZMxCihwGEVWnACKttw6Fpwu1QcVVvA,52760
|
|
14
14
|
dasl_client/types/dbui.py,sha256=xgPUGR86PcGWvQa41M70_2NRUwqqB3AokarJlW-PVBA,12914
|
|
15
15
|
dasl_client/types/helpers.py,sha256=gLGTvrssAKrdkQT9h80twEosld2egwhvj-zAudxWFPs,109
|
|
16
|
-
dasl_client/types/rule.py,sha256
|
|
16
|
+
dasl_client/types/rule.py,sha256=-Qnr744oYGII66ZLIDgnVojo7N3hxlHFhyOAd8UGavw,24001
|
|
17
17
|
dasl_client/types/types.py,sha256=yPLle-vic70YjdQUJDe9P-uqv2E2H5R5xVF-IlEUJnc,8297
|
|
18
18
|
dasl_client/types/workspace_config.py,sha256=Gx8dSO9epyFkIF7WXCz18AhxehZ7_zGyuTtHvLqfn4w,26151
|
|
19
|
-
dasl_client-1.0.
|
|
20
|
-
dasl_client-1.0.
|
|
21
|
-
dasl_client-1.0.
|
|
22
|
-
dasl_client-1.0.
|
|
23
|
-
dasl_client-1.0.
|
|
19
|
+
dasl_client-1.0.6.dist-info/LICENSE,sha256=M35UepUPyKmFkvENlkweeaMElheQqNoM5Emh8ADO-rs,4
|
|
20
|
+
dasl_client-1.0.6.dist-info/METADATA,sha256=52FE2_eapUgt1NuSNb2VHOjg4xeVz8_1lNLZ85iigNo,698
|
|
21
|
+
dasl_client-1.0.6.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
22
|
+
dasl_client-1.0.6.dist-info/top_level.txt,sha256=kIv8ox_2oJPjGB8_yuey5vvuPCyfY8kywG138f9oSOY,12
|
|
23
|
+
dasl_client-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|