Skip to content

Commit

Permalink
Test experimental_defer_build_mode with defer_build=True (#15052)
Browse files Browse the repository at this point in the history
  • Loading branch information
abrookins authored Aug 22, 2024
1 parent eac7892 commit c29cacc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/prefect/server/utilities/schemas/bases.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ class PrefectBaseModel(BaseModel):
"""

_reset_fields: ClassVar[Set[str]] = set()

model_config = ConfigDict(
ser_json_timedelta="float",
experimental_defer_build_mode=("model", "type_adapter"),
defer_build=True,
extra=(
"ignore"
Expand Down

0 comments on commit c29cacc

Please sign in to comment.