feat: expand testing
This commit is contained in:
11
data_platform/ops/__init__.py
Normal file
11
data_platform/ops/__init__.py
Normal file
@@ -0,0 +1,11 @@
|
||||
from data_platform.ops.check_source_freshness import (
|
||||
SourceFreshnessConfig,
|
||||
check_source_freshness,
|
||||
)
|
||||
from data_platform.ops.elementary import elementary_generate_report
|
||||
|
||||
__all__ = [
|
||||
"check_source_freshness",
|
||||
"SourceFreshnessConfig",
|
||||
"elementary_generate_report",
|
||||
]
|
||||
Reference in New Issue
Block a user