We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da92f29 commit ea57beaCopy full SHA for ea57bea
1 file changed
sqlmesh/utils/metaprogramming.py
@@ -280,7 +280,7 @@ def build_env(
280
env: Dictionary to store the env.
281
name: Name of the object in the env.
282
path: The module path to serialize. Other modules will not be walked and treated as imports.
283
- is_metadata_obj: An optional flag that determins whether the input object is metadata-only.
+ is_metadata_obj: An optional flag that determines whether the input object is metadata-only.
284
"""
285
# We don't rely on `env` to keep track of visited objects, because it's populated in post-order
286
visited: t.Set[str] = set()
0 commit comments