Skip to content

Commit

Permalink
add params to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-stauffer committed Dec 19, 2024
1 parent 5acc32a commit 551f8f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions great_expectations/core/factory/suite_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ def add_or_update(self, suite: ExpectationSuite) -> ExpectationSuite:
create a new ExpectationSuite. On update, Expectations in the Suite which
match a previously existing Expectation maintain a stable ID, and
Expectations which have changed receive a new ID.
Parameters:
suite: ExpectationSuite to add or update
"""
try:
existing_suite = self.get(name=suite.name)
Expand Down

0 comments on commit 551f8f2

Please sign in to comment.