Skip to content

Commit

Permalink
fix: Teardown tables for Snowflake Materialization testing
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
  • Loading branch information
sfc-gh-madkins committed Aug 19, 2022
1 parent f3b522b commit 3408181
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def test_snowflake_materialization_consistency_internal():
validate_offline_online_store_consistency(fs, driver_stats_fv, split_dt)
finally:
fs.teardown()
snowflake_environment.data_source_creator.teardown()


@pytest.mark.integration
Expand Down Expand Up @@ -123,3 +124,4 @@ def test_snowflake_materialization_consistency_external():
validate_offline_online_store_consistency(fs, driver_stats_fv, split_dt)
finally:
fs.teardown()
snowflake_environment.data_source_creator.teardown()

0 comments on commit 3408181

Please sign in to comment.