Skip to content

Commit

Permalink
Fix anchor
Browse files Browse the repository at this point in the history
Signed-off-by: Mecoli1219 <[email protected]>
  • Loading branch information
Mecoli1219 committed Nov 22, 2024
1 parent 8018fc2 commit 1d710e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ execution = remote.execute(my_wf, inputs={"name": "Flyte"})
```

You can then fetch the inputs and outputs of the execution by following the steps
in {ref}`<getting_started_run_and_schedule_fetch_execution>`.
in {ref}`getting_started_run_and_schedule_fetch_execution`.

## When Does Interactive `FlyteRemote` Re-register an Entity?

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ You can also launch tasks via `flytectl`, learn more in the {ref}`User Guide <re
```

(getting_started_run_and_schedule_fetch_execution)=

## Fetching inputs and outputs of an execution

By default, {py:meth}`FlyteRemote.execute <flytekit.remote.remote.FlyteRemote.execute>`
Expand Down

0 comments on commit 1d710e3

Please sign in to comment.