Skip to content

Commit

Permalink
closes #1504 - switch create_expectation_suite with add_expectation_s…
Browse files Browse the repository at this point in the history
…uite (#1540)
  • Loading branch information
nadavshatz authored Feb 13, 2024
1 parent 2d9a24b commit 98d0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ydata_profiling/expectations_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def to_expectation_suite(
if not data_context:
data_context = ge.data_context.DataContext()

suite = data_context.create_expectation_suite(
suite = data_context.add_expectation_suite(
suite_name, overwrite_existing=True
)

Expand Down

0 comments on commit 98d0866

Please sign in to comment.