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 47742d8 commit 4065db2Copy full SHA for 4065db2
ydb/tests/olap/load/lib/external.py
@@ -53,3 +53,7 @@ class TestExternalX1(ExternalSuiteBase):
53
54
class TestExternalM1(ExternalSuiteBase):
55
external_folder: str = 'm1'
56
+
57
58
+class TestExternalB1(ExternalSuiteBase):
59
+ external_folder: str = 'b1'
0 commit comments