Skip to content

Commit 26ef482

Browse files
committed
PR feedback
1 parent 26e8eb1 commit 26ef482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sqlmesh/integrations/github/cicd/controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def get_forward_only_plan_post_deployment_tip(self, plan: Plan) -> str:
510510
"> [!TIP]\n"
511511
"> In order to see this forward-only plan retroactively apply to historical intervals on the production model, run the below for date ranges in scope:\n"
512512
"> \n"
513-
f"> `$ sqlmesh plan --restate-model {example_model_name} --start YYYY-MM-dd --end YYYY-MM-DD`\n"
513+
f"> `$ sqlmesh plan --restate-model {example_model_name} --start YYYY-MM-DD --end YYYY-MM-DD`\n"
514514
">\n"
515515
"> Learn more: https://sqlmesh.readthedocs.io/en/stable/concepts/plans/?h=restate#restatement-plans"
516516
)

tests/integrations/github/cicd/test_github_commands.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,6 +1447,6 @@ def test_deploy_prod_forward_only(
14471447
"""> [!TIP]
14481448
> In order to see this forward-only plan retroactively apply to historical intervals on the production model, run the below for date ranges in scope:
14491449
>
1450-
> `$ sqlmesh plan --restate-model sushi.customer_revenue_by_day --start YYYY-MM-dd --end YYYY-MM-DD`"""
1450+
> `$ sqlmesh plan --restate-model sushi.customer_revenue_by_day --start YYYY-MM-DD --end YYYY-MM-DD`"""
14511451
in created_comments[0].body
14521452
)

0 commit comments

Comments
 (0)