Skip to content

Commit 97f66e2

Browse files
author
Jorrit Sandbrink
committed
ensure test data gets removed
1 parent b4cdd36 commit 97f66e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/load/synapse/test_synapse_table_indexing.py

+3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
from dlt.destinations.impl.synapse.synapse_adapter import TTableIndexType
1313

1414
from tests.load.utils import TABLE_UPDATE, TABLE_ROW_ALL_DATA_TYPES
15+
from tests.load.pipeline.utils import (
16+
drop_pipeline,
17+
) # this import ensures all test data gets removed
1518
from tests.load.synapse.utils import get_storage_table_index_type
1619

1720

0 commit comments

Comments
 (0)