Feast
master
  • feast.dqm package
    • Subpackages
    • Submodules
    • feast.dqm.errors module
      • ValidationFailed
        • ValidationFailed.report
    • Module contents
Feast
  • feast.dqm package
  • Edit on GitHub

feast.dqm package

Subpackages

  • feast.dqm.profilers package
    • Submodules
    • feast.dqm.profilers.ge_profiler module
      • GEProfile
        • GEProfile.expectation_suite
        • GEProfile.from_proto()
        • GEProfile.to_proto()
        • GEProfile.validate()
      • GEProfiler
        • GEProfiler.analyze_dataset()
        • GEProfiler.from_proto()
        • GEProfiler.to_proto()
      • GEValidationReport
        • GEValidationReport.errors
        • GEValidationReport.is_success
      • ge_profiler()
    • feast.dqm.profilers.profiler module
      • Profile
        • Profile.from_proto()
        • Profile.to_proto()
        • Profile.validate()
      • Profiler
        • Profiler.analyze_dataset()
        • Profiler.from_proto()
        • Profiler.to_proto()
      • ValidationError
        • ValidationError.check_config
        • ValidationError.check_name
        • ValidationError.column_name
        • ValidationError.missing_count
        • ValidationError.missing_percent
        • ValidationError.observed_value
        • ValidationError.to_dict()
        • ValidationError.unexpected_count
        • ValidationError.unexpected_percent
      • ValidationReport
        • ValidationReport.errors
        • ValidationReport.is_success
    • Module contents

Submodules

feast.dqm.errors module

exception feast.dqm.errors.ValidationFailed(validation_report: ValidationReport)[source]

Bases: Exception

property report: ValidationReport

Module contents


© Copyright 2021, Feast Authors. Revision 470f6a89.

Built with Sphinx using a theme provided by Read the Docs.