Closed alexjbush closed 5 years ago
This PR introduces behaviour to clean up the temporary folder (if given) after a flow has been executed.
This behaviour can be disabled by setting the configuration property spark.waimak.dataflow.removeTempAfterExecution to false.
spark.waimak.dataflow.removeTempAfterExecution
In all cases, the folder will not be deleted if flow execution fails.
Fixes #70
Please delete options that are not relevant.
Unit tests
Requires docs change
Description
This PR introduces behaviour to clean up the temporary folder (if given) after a flow has been executed.
This behaviour can be disabled by setting the configuration property
spark.waimak.dataflow.removeTempAfterExecution
to false.In all cases, the folder will not be deleted if flow execution fails.
Fixes #70
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Unit tests
Requires docs change