Skip to content

Commit 3893eab

Browse files
committed
Fix running worker
1 parent 2701000 commit 3893eab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

syncmaster/worker/settings/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ class WorkerSettings(BaseModel):
4040
create_spark_session_function: ImportString = Field(
4141
"syncmaster.worker.spark.get_worker_spark_session",
4242
description="Function to create Spark session for worker",
43+
validate_default=True,
4344
)
4445
spark_session_default_config: dict[str, Any] = Field(
4546
default_factory=dict,

0 commit comments

Comments
 (0)