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 793f90a commit 61b2120Copy full SHA for 61b2120
tests/test_base_sql/test_show.py
@@ -93,7 +93,7 @@ def test_full_columns(self):
93
expected_ast = Show(
94
category='COLUMNS',
95
modes=['FULL'],
96
- from_table=Identifier('files.concrete')
+ from_table=Identifier('`files`.`concrete`')
97
)
98
99
assert str(ast) == str(expected_ast)
0 commit comments