Skip to content

Commit b962af8

Browse files
committed
Add missing re-raise
Signed-off-by: star-yar <[email protected]>
1 parent 78aa265 commit b962af8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kedro-datasets/kedro_datasets/_utils/spark_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@ def _create_databricks_session() -> SparkSession:
3737
"Read more about these variables here: "
3838
"https://docs.databricks.com/aws/en/dev-tools/databricks-connect/cluster-config#config-profile-env-var"
3939
) from exception
40+
raise exception

0 commit comments

Comments
 (0)