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 aa68b7c commit e37f763Copy full SHA for e37f763
ydb/library/yql/providers/generic/connector/tests/utils/docker_compose.py
@@ -223,7 +223,7 @@ def list_ms_sql_server_tables(self) -> Sequence[str]:
223
'-P',
224
password,
225
'-Q',
226
- f"SELECT table_name FROM information_schema.tables WHERE table_type = 'BASE TABLE'",
+ "SELECT table_name FROM information_schema.tables WHERE table_type = 'BASE TABLE'",
227
]
228
229
LOGGER.debug("calling command: " + " ".join(cmd))
0 commit comments