sqlcompyre.report.schema.schema module
- class sqlcompyre.report.schema.schema.Metadata(object_type: str, object_1: str, object_2: str, description: str | None)[source]
Bases:
objectMetadata available for a comparison.
- description: str | None
An optional description describing the comparison.
- object_1: str
The name of the first object being compared.
- object_2: str
The name of the second object being compared.
- object_type: str
The type of object being compared.