Skip to content

Commit

Permalink
Add link to the gallery
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-hoffman committed Mar 14, 2024
1 parent b4f19ef commit 4123c70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions great_expectations/expectations/expectation.py
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ def __new__(cls, clsname, bases, attrs):
class Expectation(pydantic.BaseModel, metaclass=MetaExpectation):
"""Base class for all Expectations.
For a list of all available expectation types, see the `Expectation Gallery <https://greatexpectations.io/expectations/>`_.
Expectation classes *must* have the following attributes set:
1. `domain_keys`: a tuple of the *keys* used to determine the domain of the
expectation
Expand Down

0 comments on commit 4123c70

Please sign in to comment.