Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erindru committed Feb 4, 2025
1 parent e239d4b commit 0f03c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlmesh/core/macros.py
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ def physical_location(
mode: exp.Literal = exp.Literal.string("literal"),
) -> t.Union[exp.Literal, exp.Table]:
"""
Generates a either a String literal or an exp.Table representing a physical table location, based on rendering the provided template String literal.
Generates either a String literal or an exp.Table representing a physical table location, based on rendering the provided template String literal.
Note: It relies on the @this_model variable being available in the evaluation context (@this_model resolves to an exp.Table object
representing the current physical table).
Expand Down

0 comments on commit 0f03c7b

Please sign in to comment.