Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'fuseml workflow list-runs -n <workflow-name>' shows empty list #210

Open
stefannica opened this issue Sep 7, 2021 · 0 comments
Open

'fuseml workflow list-runs -n <workflow-name>' shows empty list #210

stefannica opened this issue Sep 7, 2021 · 0 comments
Labels
area/cli CLI features and behavior bug Something isn't working

Comments

@stefannica
Copy link
Member

When a project/codeset is set as the active, listing workflow runs automatically filters results that apply to the current codeset.

Example:

> cat ~/.config/fuseml/config.yaml 
currentcodeset: mlflow2
currentproject: winery1
...
> fuseml workflow list-runs -n mlflow-e2e
+------+----------+---------+----------+--------+
| NAME | WORKFLOW | STARTED | DURATION | STATUS |
+------+----------+---------+----------+--------+
+------+----------+---------+----------+--------+

But there are workflow runs for that workflow:

fuseml workflow get -n mlflow-e2e
Name:          mlflow-e2e
Created:       2021-09-03T19:10:48Z
Description:   End-to-end pipeline template that takes in an MLFlow compatible codeset,
runs the MLFlow project to train a model, then creates a KFServing prediction
service that can be used to run predictions against the model."


⚓ Inputs

 NAME               TYPE      DESCRIPTION                    DEFAULT
 ∙ mlflow-codeset   codeset   an MLFlow compatible codeset   ---
 ∙ predictor        string    type of predictor engine       auto

📝 Outputs

 NAME               TYPE     DESCRIPTION
 ∙ prediction-url   string   The URL where the exposed prediction service endpoint can b...

🦶 Steps

 NAME          IMAGE
 ∙ builder     ghcr.io/fuseml/mlflow-builder:dev
 ∙ trainer     {{ steps.builder.outputs.image }}
 ∙ predictor   ghcr.io/fuseml/kfserving-predictor:dev

⛩  Workflow Runs

 NAME                            STARTED      DURATION     STATUS
 ∙ fuseml-winery-mlflow-lv4w4    1 hour ago   45 seconds   Succeeded
 ∙ fuseml-winery-sklearn-vmk2h   3 days ago   2 minutes    Succeeded
 ∙ fuseml-winery-sklearn-kwngx   3 days ago   30 seconds   Succeeded
 ∙ fuseml-winery-sklearn-mccht   4 days ago   50 seconds   Succeeded
 ∙ fuseml-winery-sklearn-vr67v   4 days ago   1 minute     Failed
@stefannica stefannica added bug Something isn't working area/cli CLI features and behavior labels Sep 7, 2021
@stefannica stefannica added this to Backlog in FuseML Project Board via automation Sep 7, 2021
@stefannica stefannica moved this from Backlog to V2 in FuseML Project Board Sep 7, 2021
@stefannica stefannica moved this from V3 to Current Iteration in FuseML Project Board Sep 9, 2021
@stefannica stefannica moved this from Current Iteration to V3 in FuseML Project Board Sep 15, 2021
@stefannica stefannica moved this from V3 to Backlog in FuseML Project Board Nov 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli CLI features and behavior bug Something isn't working
Projects
Development

No branches or pull requests

1 participant