Skip to content

Commit

Permalink
Check last_trace schema hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
sultaniman committed Mar 5, 2024
1 parent 1848d4d commit 63695d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/pipeline/test_pipeline_load_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ def test_pipeline_load_info_metrics_schema_is_not_chaning() -> None:
)
== 1
)

last_trace = pipeline.last_trace
assert (
last_trace.last_extract_info.load_packages[0].schema_hash
== last_trace.last_normalize_info.load_packages[0].schema_hash
== last_trace.last_load_info.load_packages[0].schema_hash
)

0 comments on commit 63695d7

Please sign in to comment.