We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa1cd8b commit 68eec22Copy full SHA for 68eec22
1 file changed
sqlmesh/core/context.py
@@ -121,7 +121,6 @@
121
from sqlmesh.utils.dag import DAG
122
from sqlmesh.utils.date import (
123
TimeLike,
124
- now_ds,
125
to_timestamp,
126
format_tz_datetime,
127
now_timestamp,
@@ -1001,7 +1000,7 @@ def render(
1001
1000
Returns:
1002
The rendered expression.
1003
"""
1004
- execution_time = execution_time or now_ds()
+ execution_time = execution_time or now()
1005
1006
model = self.get_model(model_or_snapshot, raise_if_missing=True)
1007
0 commit comments