great_expectations.data_context.types.refs
¶
Module Contents¶
Classes¶
|
This class serves as a base class for refs tied to a Great Expectations Cloud ID. |
|
This class represents a reference to a Great Expectations object persisted to Great Expectations Cloud. |
-
class
great_expectations.data_context.types.refs.
GeCloudIdAwareRef
(ge_cloud_id: str)¶ This class serves as a base class for refs tied to a Great Expectations Cloud ID.
-
property
ge_cloud_id
(self)¶
-
property
-
class
great_expectations.data_context.types.refs.
GeCloudResourceRef
(resource_type: str, ge_cloud_id: str, url: str)¶ Bases:
great_expectations.data_context.types.refs.GeCloudIdAwareRef
This class represents a reference to a Great Expectations object persisted to Great Expectations Cloud.
-
property
resource_type
(self)¶
-
property
url
(self)¶
-
property