File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11042,15 +11042,15 @@ def entrypoint(
11042
11042
assert customer1_model .enabled
11043
11043
assert "blueprints" not in customer1_model .all_fields ()
11044
11044
assert customer1_model .python_env .get (c .SQLMESH_BLUEPRINT_VARS ) == Executable .value (
11045
- {"customer" : "customer1" , "field_a" : "x" , "field_b" : "y" , "min" : 5 }
11045
+ {"customer" : "customer1" , "field_a" : "x" , "field_b" : "y" }
11046
11046
)
11047
11047
11048
11048
# Test second blueprint
11049
11049
customer2_model = models .get ('"memory"."customer2"."some_table"' )
11050
11050
assert customer2_model is not None
11051
11051
assert customer2_model .cron == "*/10 * * * *"
11052
11052
assert customer2_model .python_env .get (c .SQLMESH_BLUEPRINT_VARS ) == Executable .value (
11053
- {"customer" : "customer2" , "field_a" : "z" , "field_b" : "w" , "min" : 10 }
11053
+ {"customer" : "customer2" , "field_a" : "z" , "field_b" : "w" }
11054
11054
)
11055
11055
11056
11056
# Test that the models can be planned and applied
You can’t perform that action at this time.
0 commit comments