Skip to content

Commit 2fc14bc

Browse files
authored
Update DOCUMENTATION.md
1 parent c2712eb commit 2fc14bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DOCUMENTATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ All cells in a Code Workbook are datasets. Datasets are either imported from fil
9999
The execution engine reads the function signature of all transform scripts, and builds a dependency graph. It then executes the transforms in topological order. The execution engine also saves the output of each transform in `output` folder. This allows the engine to skip the execution of a transform if it is done before.
100100

101101
### API Docs
102-
Please refer to docstrings in `utils/execution_engine.py` for more details.
102+
Please refer to docstrings in [`utils/execution_engine.py`](utils/execution_engine.py) for more details.
103103

104104
## Tips
105105
- You can set `PYSPARK_PYTHON` and `PYSPARK_DRIVER_PYTHON` environment variables to the path of your python executable, when an error message says the driver and executor are using different python versions.

0 commit comments

Comments
 (0)