We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2701000 commit 3893eabCopy full SHA for 3893eab
syncmaster/worker/settings/__init__.py
@@ -40,6 +40,7 @@ class WorkerSettings(BaseModel):
40
create_spark_session_function: ImportString = Field(
41
"syncmaster.worker.spark.get_worker_spark_session",
42
description="Function to create Spark session for worker",
43
+ validate_default=True,
44
)
45
spark_session_default_config: dict[str, Any] = Field(
46
default_factory=dict,
0 commit comments