Skip to content

Commit b4b91d7

Browse files
author
Christopher Giroir
committed
chore: change _meta to meta
1 parent 9bc5a62 commit b4b91d7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sqlmesh/lsp/hints.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ def _get_type_hints_for_select(
7474
if isinstance(select_exp.this, exp.Cast):
7575
continue
7676

77-
meta = select_exp.args["alias"]._meta
77+
meta = select_exp.args["alias"].meta
7878

7979
elif isinstance(select_exp, exp.Column):
80-
meta = select_exp.parts[-1]._meta
80+
meta = select_exp.parts[-1].meta
8181
else:
8282
continue
8383

0 commit comments

Comments
 (0)