Skip to content

Commit

Permalink
update renderer call
Browse files Browse the repository at this point in the history
  • Loading branch information
cdkini committed Mar 19, 2024
1 parent e5c072d commit 571f245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion great_expectations/checkpoint/v1_checkpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Config:
)
json_encoders = {
ValidationConfig: lambda v: v.identifier_bundle(),
Renderer: lambda r: r.identifier_bundle(),
Renderer: lambda r: r.serialize(),
}

@validator("validation_definitions", pre=True)
Expand Down

0 comments on commit 571f245

Please sign in to comment.