Skip to content

Commit

Permalink
fixup! Remove some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
frances720 committed Nov 5, 2024
1 parent 6ec8076 commit 6e7a405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/3.0/develop/results.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ prefect config set PREFECT_LOCAL_STORAGE_PATH='~/.my-results/'
### Enabling result persistence

In addition to the `PREFECT_RESULTS_PERSIST_BY_DEFAULT` and `PREFECT_TASKS_DEFAULT_PERSIST_RESULT` settings,
result persistence can also be enabled or disabled on both individual flows and individual tasks.
result persistence can also be enabled or disabled on both individual flows and individual tasks.
Specifying a non-null value for any of the following keywords on the task decorator will enable result
persistence for that task:
- `persist_result`: a boolean that allows you to explicitly enable or disable result persistence.
Expand Down

0 comments on commit 6e7a405

Please sign in to comment.