Classes¶
spark_expectations.sinks.utils.collect_statistics.SparkExpectationsCollectStatistics
dataclass
¶
This class implements logging statistics on success and failure
Attributes¶
product_id: str
instance-attribute
¶
Functions¶
collect_stats_on_success_failure() -> Any
¶
The function implements decorator to log statistics on success and failure
Returns:
Name | Type | Description |
---|---|---|
Any |
Any
|
function |