Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed May 3, 2024
1 parent 788ab83 commit 841aada
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,13 @@ this step/task is `HousePricePredictionFlow/1199/fit_gbrt_for_given_param/150671
```bash
metaflow debug task <HousePricePredictionFlow/1199/fit_gbrt_for_given_param/150671013> --metaflow-root-dir ~/notebooks/debug_task`
```

Note that you can specify a partial pathspec as long as it can be resolved to a unique task:

- if you specify just a flow name, it will use the latest run in your namespace and the end step
- if you specify just a run pathspec, it will use the end step
- if you specify just a step pathspec, it will use the unique task for that step and error if there are more than one tasks (foreach)

### Using the extension
Running the above command will:

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
netflixext_version = "1.1.3"
netflixext_version = "1.2.0"

0 comments on commit 841aada

Please sign in to comment.