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 @@ -11010,15 +11010,15 @@ def entrypoint(
11010
11010
assert customer1_model .enabled
11011
11011
assert "blueprints" not in customer1_model .all_fields ()
11012
11012
assert customer1_model .python_env .get (c .SQLMESH_BLUEPRINT_VARS ) == Executable .value (
11013
- {"customer" : "customer1" , "field_a" : "x" , "field_b" : "y" , "min" : 5 }
11013
+ {"customer" : "customer1" , "field_a" : "x" , "field_b" : "y" }
11014
11014
)
11015
11015
11016
11016
# Test second blueprint
11017
11017
customer2_model = models .get ('"memory"."customer2"."some_table"' )
11018
11018
assert customer2_model is not None
11019
11019
assert customer2_model .cron == "*/10 * * * *"
11020
11020
assert customer2_model .python_env .get (c .SQLMESH_BLUEPRINT_VARS ) == Executable .value (
11021
- {"customer" : "customer2" , "field_a" : "z" , "field_b" : "w" , "min" : 10 }
11021
+ {"customer" : "customer2" , "field_a" : "z" , "field_b" : "w" }
11022
11022
)
11023
11023
11024
11024
# Test that the models can be planned and applied
You can’t perform that action at this time.
0 commit comments