Skip to content

Invalid class name for status enum #13

@DementevNikita

Description

@DementevNikita

This is a generated model for DataQualityTestRun entity in ODD specification.

class DataQualityTestRun(BaseModel):
    data_quality_test_oddrn: str
    start_time: datetime
    end_time: datetime
    status_reason: Optional[str] = None
    status: Status1

status field has Status1 type which may be misleading. We should change the specification and regenerate the package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions