We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e70cd commit 0a0c974Copy full SHA for 0a0c974
sdk/python/tests/integration/materialization/test_snowflake.py
@@ -81,6 +81,7 @@ def test_snowflake_materialization_consistency_internal():
81
validate_offline_online_store_consistency(fs, driver_stats_fv, split_dt)
82
finally:
83
fs.teardown()
84
+ snowflake_environment.data_source_creator.teardown()
85
86
87
@pytest.mark.integration
@@ -123,3 +124,4 @@ def test_snowflake_materialization_consistency_external():
123
124
125
126
127
0 commit comments