konduktor-nightly 0.1.0.dev20250731105318__py3-none-any.whl → 0.1.0.dev20250802055834__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 konduktor-nightly might be problematic. Click here for more details.
- konduktor/__init__.py +2 -2
- konduktor/utils/log_utils.py +4 -1
- {konduktor_nightly-0.1.0.dev20250731105318.dist-info → konduktor_nightly-0.1.0.dev20250802055834.dist-info}/METADATA +1 -1
- {konduktor_nightly-0.1.0.dev20250731105318.dist-info → konduktor_nightly-0.1.0.dev20250802055834.dist-info}/RECORD +7 -7
- {konduktor_nightly-0.1.0.dev20250731105318.dist-info → konduktor_nightly-0.1.0.dev20250802055834.dist-info}/LICENSE +0 -0
- {konduktor_nightly-0.1.0.dev20250731105318.dist-info → konduktor_nightly-0.1.0.dev20250802055834.dist-info}/WHEEL +0 -0
- {konduktor_nightly-0.1.0.dev20250731105318.dist-info → konduktor_nightly-0.1.0.dev20250802055834.dist-info}/entry_points.txt +0 -0
konduktor/__init__.py
CHANGED
|
@@ -14,7 +14,7 @@ __all__ = [
|
|
|
14
14
|
]
|
|
15
15
|
|
|
16
16
|
# Replaced with the current commit when building the wheels.
|
|
17
|
-
_KONDUKTOR_COMMIT_SHA = '
|
|
17
|
+
_KONDUKTOR_COMMIT_SHA = '546df0fd04cca8e7f30b4ef5f86ee1043663534b'
|
|
18
18
|
os.makedirs(os.path.expanduser('~/.konduktor'), exist_ok=True)
|
|
19
19
|
|
|
20
20
|
|
|
@@ -48,5 +48,5 @@ def _get_git_commit():
|
|
|
48
48
|
|
|
49
49
|
|
|
50
50
|
__commit__ = _get_git_commit()
|
|
51
|
-
__version__ = '1.0.0.dev0.1.0.
|
|
51
|
+
__version__ = '1.0.0.dev0.1.0.dev20250802055834'
|
|
52
52
|
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
|
konduktor/utils/log_utils.py
CHANGED
|
@@ -364,7 +364,10 @@ def tail_vicky_logs(
|
|
|
364
364
|
timeout = 1
|
|
365
365
|
logger.debug(f'Vicky URL: {vicky_url}')
|
|
366
366
|
|
|
367
|
-
query['query'] =
|
|
367
|
+
query['query'] = (
|
|
368
|
+
'k8s.namespace.name: "default" AND '
|
|
369
|
+
f'batch.kubernetes.io/job-name: "{job_name}-workers-{worker_id}"'
|
|
370
|
+
)
|
|
368
371
|
query['start_offset'] = '1h'
|
|
369
372
|
|
|
370
373
|
try:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
konduktor/__init__.py,sha256=
|
|
1
|
+
konduktor/__init__.py,sha256=dAe-hlo3WeOlPZYVEIal6V3s2oEeE7dOG9BfucMsxg4,1540
|
|
2
2
|
konduktor/adaptors/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
3
|
konduktor/adaptors/aws.py,sha256=s47Ra-GaqCQibzVfmD0pmwEWHif1EGO5opMbwkLxTCU,8244
|
|
4
4
|
konduktor/adaptors/common.py,sha256=ZIqzjx77PIHUwpjfAQ1uX8B2aX78YMuGj4Bppd-MdyM,4183
|
|
@@ -85,15 +85,15 @@ konduktor/utils/env_options.py,sha256=T41Slzf4Mzl-n45CGXXqdy2fCrYhPNZQ7RP5vmnN4x
|
|
|
85
85
|
konduktor/utils/exceptions.py,sha256=5IFnN5bIUSBJv4KRRrCepk5jyY9EG5vWWQqbjCmP3NU,6682
|
|
86
86
|
konduktor/utils/kubernetes_enums.py,sha256=SabUueF6Bpzbpa57gyH5VB65xla2N9l8CZmAeYTfGmM,176
|
|
87
87
|
konduktor/utils/kubernetes_utils.py,sha256=VG7qatUFyWHY-PCQ8fYWh2kn2TMwfg84cn-VkXdCwI8,26077
|
|
88
|
-
konduktor/utils/log_utils.py,sha256=
|
|
88
|
+
konduktor/utils/log_utils.py,sha256=5lIhQA_w7_BZFZiPoi7nWo8K5qFhfj70UkxjxbDEcCk,16650
|
|
89
89
|
konduktor/utils/loki_utils.py,sha256=h2ZvZQr1nE_wXXsKsGMjhG2s2MXknNd4icydTR_ruKU,3539
|
|
90
90
|
konduktor/utils/rich_utils.py,sha256=ycADW6Ij3wX3uT8ou7T8qxX519RxlkJivsLvUahQaJo,3583
|
|
91
91
|
konduktor/utils/schemas.py,sha256=7z_-sggfwIMRDaCSpTnBUfGHQH3M2oiwImS5PvfAefw,16858
|
|
92
92
|
konduktor/utils/subprocess_utils.py,sha256=WoFkoFhGecPR8-rF8WJxbIe-YtV94LXz9UG64SDhCY4,9448
|
|
93
93
|
konduktor/utils/ux_utils.py,sha256=czCwiS1bDqgeKtzAJctczpLwFZzAse7WuozdvzEFYJ4,7437
|
|
94
94
|
konduktor/utils/validator.py,sha256=uCRlScO1NYxsbTNKY9dkoqvlO8S0ISIIB8XmX2ItcO8,2793
|
|
95
|
-
konduktor_nightly-0.1.0.
|
|
96
|
-
konduktor_nightly-0.1.0.
|
|
97
|
-
konduktor_nightly-0.1.0.
|
|
98
|
-
konduktor_nightly-0.1.0.
|
|
99
|
-
konduktor_nightly-0.1.0.
|
|
95
|
+
konduktor_nightly-0.1.0.dev20250802055834.dist-info/LICENSE,sha256=MuuqTZbHvmqXR_aNKAXzggdV45ANd3wQ5YI7tnpZhm0,6586
|
|
96
|
+
konduktor_nightly-0.1.0.dev20250802055834.dist-info/METADATA,sha256=f9GdvUcZBDbA_tVethY6UxeYefdK_PMbGyBQ5rB7WDs,4247
|
|
97
|
+
konduktor_nightly-0.1.0.dev20250802055834.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
|
98
|
+
konduktor_nightly-0.1.0.dev20250802055834.dist-info/entry_points.txt,sha256=k3nG5wDFIJhNqsZWrHk4d0irIB2Ns9s47cjRWYsTCT8,48
|
|
99
|
+
konduktor_nightly-0.1.0.dev20250802055834.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|