We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f69c3 commit ce7d850Copy full SHA for ce7d850
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,
@@ -995,7 +994,7 @@ def render(
995
994
Returns:
996
The rendered expression.
997
"""
998
- execution_time = execution_time or now_ds()
+ execution_time = execution_time or now()
999
1000
model = self.get_model(model_or_snapshot, raise_if_missing=True)
1001
0 commit comments