SchemaDiff¶
- class felis.diff.SchemaDiff(schema1, schema2)¶
Bases:
object
Compare two schemas using DeepDiff and print the differences.
- Parameters:
Attributes Summary
Check if there are any differences between the two schemas.
Methods Summary
print
()Print the differences between the two schemas.
Attributes Documentation
- has_changes¶
Check if there are any differences between the two schemas.
- Returns:
True if there are differences, False otherwise.
- Return type:
Methods Documentation