Skip to content

Commit 6bfc539

Browse files
committed
Bump to v0.2, add pipeline events action icon in List Pipelines
- Version bump from v0.1 to v0.2 - Add inline "List Pipeline Events" icon button in List Pipelines response Co-authored-by: Isaac
1 parent fef8768 commit 6bfc539

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

api_catalog.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,9 @@ def _p(
662662
"uc-tables-list": ("uc-tables-get", "tables", "full_name", "full_name", "name"),
663663
"mlflow-experiments-search": ("mlflow-experiments-get", "experiments", "experiment_id", "experiment_id", "name"),
664664
"serving-endpoints-list": ("serving-endpoints-get", "endpoints", "name", "name", None),
665-
"pipelines-list": ("pipelines-get", "statuses", "pipeline_id", "pipeline_id", "name"),
665+
"pipelines-list": ("pipelines-get", "statuses", "pipeline_id", "pipeline_id", "name", None, [
666+
("pipelines-events", "bi-journal-text", "List Pipeline Events", {"pipeline_id": "pipeline_id"}),
667+
]),
666668
"secrets-list-scopes": ("secrets-list", "scopes", "name", "scope", None),
667669
"dbfs-list": ("dbfs-get-status", "files", "path", "path", None),
668670
"workspace-list": ("workspace-get-status", "objects", "path", "path", None),

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ def _next_version() -> int:
3232

3333

3434
BUILD: int = _next_version()
35-
VERSION: str = f"v0.1.{BUILD}"
35+
VERSION: str = f"v0.2.{BUILD}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
583
1+
614

0 commit comments

Comments
 (0)