Skip to content

Commit 9fe991c

Browse files
authored
Update how-to-move-data-in-out-of-pipelines.md
1 parent 185fc53 commit 9fe991c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/machine-learning/v1/how-to-move-data-in-out-of-pipelines.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@ step1_output_ds = step1_output_data.register_on_complete(name='processed_data',
236236
Azure does not automatically delete intermediate data written with `OutputFileDatasetConfig`. To avoid storage charges for large amounts of unneeded data, you should either:
237237

238238
> [!CAUTION]
239-
> Negative potential consequences of an action
240239
> Only delete intermediate data after 30 days from the last change date of the data. Deleting thedata earlier could cause the pipeline run to fail because the pipeline will assume the intermediate data existed within 30 days.
241240

242241
* Programmatically delete intermediate data at the end of a pipeline job, when it is no longer needed.

0 commit comments

Comments
 (0)