We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fac6a09 commit 9f4d40dCopy full SHA for 9f4d40d
tests/core/test_model.py
@@ -12175,4 +12175,4 @@ def execution_date(evaluator):
12175
"""
12176
)
12177
model = load_sql_based_model(expressions)
12178
- assert_exp_eq(model.render_query(variables={"default": 42}), '''SELECT '1970-01-01' AS "col"''')
+ assert_exp_eq(model.render_query(), '''SELECT '1970-01-01' AS "col"''')
0 commit comments