From ab602dc67aaea10379c53bda83b6406b9ed2922d Mon Sep 17 00:00:00 2001 From: Tobias Windisch Date: Tue, 19 Dec 2023 22:46:46 +0100 Subject: [PATCH] Update docs/source/tutorials/databricks.rst Co-authored-by: azeller14 <77837305+azeller14@users.noreply.github.com> --- docs/source/tutorials/databricks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/databricks.rst b/docs/source/tutorials/databricks.rst index d10760c..54fd127 100644 --- a/docs/source/tutorials/databricks.rst +++ b/docs/source/tutorials/databricks.rst @@ -61,7 +61,7 @@ This is how a cloud pipeline may looks like: Here, :code:`TaskA` and :code:`TaskB` read and write their data from and to delta tables and process them with spark. :code:`TaskC`, -however, persits its output into a pickle file stored in dbfs. +however, persists its output into a pickle file stored in dbfs. Running a pipeline ------------------