Skip to content

Commit

Permalink
fix: Teardown tables for Snowflake Materialization testing (#3106)
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>

Signed-off-by: Miles Adkins <miles.adkins@snowflake.com>
  • Loading branch information
sfc-gh-madkins authored Aug 19, 2022
1 parent 07e70cd commit 0a0c974
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 0a0c974

Please sign in to comment.