From 81b2c0b92b22267d50d8dc21f3f62f5be3bd86cd Mon Sep 17 00:00:00 2001 From: GBBBAS Date: Thu, 19 Dec 2024 13:57:41 +0000 Subject: [PATCH] fixes #26434 --- .../libraries/dagster-databricks/dagster_databricks/pipes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_modules/libraries/dagster-databricks/dagster_databricks/pipes.py b/python_modules/libraries/dagster-databricks/dagster_databricks/pipes.py index ec7e906ae20a2..a673c3bab78ba 100644 --- a/python_modules/libraries/dagster-databricks/dagster_databricks/pipes.py +++ b/python_modules/libraries/dagster-databricks/dagster_databricks/pipes.py @@ -474,7 +474,7 @@ def name(self) -> str: # job has finished. def _get_log_path(self, params: PipesParams) -> Optional[str]: if self.log_path is None: - cluster_driver_log_root = params["extras"].get("cluster_driver_log_root") + cluster_driver_log_root = params["extras"].get("cluster_driver_log_root") if "extras" in params else None if cluster_driver_log_root is None: return None try: