@@ -298,7 +298,7 @@ def test_merge_pr_has_non_breaking_change(
298298 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
299299
300300 expected_prod_plan_directly_modified_summary = """**Directly Modified:**
301- * `sushi.waiter_revenue_by_day` (Non-breaking)
301+ * `memory. sushi.waiter_revenue_by_day` (Non-breaking)
302302
303303 ```diff
304304 ---
@@ -318,10 +318,10 @@ def test_merge_pr_has_non_breaking_change(
318318 ON o.id = oi.order_id AND o.event_date = oi.event_date
319319 ```
320320 Indirectly Modified Children:
321- - `sushi.top_waiters` (Indirect Non-breaking)
321+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
322322"""
323323 expected_prod_plan_indirectly_modified_summary = """**Indirectly Modified:**
324- - `sushi.top_waiters` (Indirect Non-breaking)
324+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
325325"""
326326
327327 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
@@ -509,7 +509,7 @@ def test_merge_pr_has_non_breaking_change_diff_start(
509509 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
510510
511511 expected_prod_plan_directly_modified_summary = """**Directly Modified:**
512- * `sushi.waiter_revenue_by_day` (Non-breaking)
512+ * `memory. sushi.waiter_revenue_by_day` (Non-breaking)
513513
514514 ```diff
515515 ---
@@ -529,10 +529,10 @@ def test_merge_pr_has_non_breaking_change_diff_start(
529529 ON o.id = oi.order_id AND o.event_date = oi.event_date
530530 ```
531531 Indirectly Modified Children:
532- - `sushi.top_waiters` (Indirect Non-breaking)
532+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
533533"""
534534 expected_prod_plan_indirectly_modified_summary = """**Indirectly Modified:**
535- - `sushi.top_waiters` (Indirect Non-breaking)
535+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
536536"""
537537
538538 prod_plan_preview_summary = prod_plan_preview_checks_runs [2 ]["output" ]["summary" ]
@@ -1032,7 +1032,7 @@ def test_no_merge_since_no_deploy_signal(
10321032 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
10331033
10341034 expected_prod_plan_directly_modified_summary = """**Directly Modified:**
1035- * `sushi.waiter_revenue_by_day` (Non-breaking)
1035+ * `memory. sushi.waiter_revenue_by_day` (Non-breaking)
10361036
10371037 ```diff
10381038 ---
@@ -1052,10 +1052,10 @@ def test_no_merge_since_no_deploy_signal(
10521052 ON o.id = oi.order_id AND o.event_date = oi.event_date
10531053 ```
10541054 Indirectly Modified Children:
1055- - `sushi.top_waiters` (Indirect Non-breaking)"""
1055+ - `memory. sushi.top_waiters` (Indirect Non-breaking)"""
10561056
10571057 expected_prod_plan_indirectly_modified_summary = """**Indirectly Modified:**
1058- - `sushi.top_waiters` (Indirect Non-breaking)
1058+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
10591059"""
10601060
10611061 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
@@ -1232,7 +1232,7 @@ def test_no_merge_since_no_deploy_signal_no_approvers_defined(
12321232 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
12331233 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
12341234 expected_prod_plan_directly_modified_summary = """**Directly Modified:**
1235- * `sushi.waiter_revenue_by_day` (Non-breaking)
1235+ * `memory. sushi.waiter_revenue_by_day` (Non-breaking)
12361236
12371237 ```diff
12381238 ---
@@ -1252,10 +1252,10 @@ def test_no_merge_since_no_deploy_signal_no_approvers_defined(
12521252 ON o.id = oi.order_id AND o.event_date = oi.event_date
12531253 ```
12541254 Indirectly Modified Children:
1255- - `sushi.top_waiters` (Indirect Non-breaking)
1255+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
12561256"""
12571257 expected_prod_plan_indirectly_modified_summary = """**Indirectly Modified:**
1258- - `sushi.top_waiters` (Indirect Non-breaking)
1258+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
12591259"""
12601260 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
12611261 prod_plan_preview_summary = prod_plan_preview_checks_runs [2 ]["output" ]["summary" ]
@@ -1414,7 +1414,7 @@ def test_deploy_comment_pre_categorized(
14141414 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
14151415 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
14161416 expected_prod_plan_directly_modified_summary = """**Directly Modified:**
1417- * `sushi.waiter_revenue_by_day` (Non-breaking)
1417+ * `memory. sushi.waiter_revenue_by_day` (Non-breaking)
14181418
14191419 ```diff
14201420 ---
@@ -1434,10 +1434,10 @@ def test_deploy_comment_pre_categorized(
14341434 ON o.id = oi.order_id AND o.event_date = oi.event_date
14351435 ```
14361436 Indirectly Modified Children:
1437- - `sushi.top_waiters` (Indirect Non-breaking)
1437+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
14381438"""
14391439 expected_prod_plan_indirectly_modified_summary = """**Indirectly Modified:**
1440- - `sushi.top_waiters` (Indirect Non-breaking)
1440+ - `memory. sushi.top_waiters` (Indirect Non-breaking)
14411441"""
14421442 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
14431443 prod_plan_preview_summary = prod_plan_preview_checks_runs [2 ]["output" ]["summary" ]
@@ -1781,7 +1781,7 @@ def test_overlapping_changes_models(
17811781 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
17821782
17831783 expected_prod_plan_directly_modified_summary = """**Directly Modified:**
1784- * `sushi.customers` (Non-breaking)
1784+ * `memory. sushi.customers` (Non-breaking)
17851785
17861786 ```diff
17871787 ---
@@ -1801,23 +1801,23 @@ def test_overlapping_changes_models(
18011801 WITH current_marketing AS (
18021802 ```
18031803 Indirectly Modified Children:
1804- - `sushi.active_customers` (Indirect Non-breaking)
1805- - `sushi.count_customers_active` (Indirect Non-breaking)
1806- - `sushi.count_customers_inactive` (Indirect Non-breaking)
1807- - `sushi.waiter_as_customer_by_day` (Indirect Breaking)
1804+ - `memory. sushi.active_customers` (Indirect Non-breaking)
1805+ - `memory. sushi.count_customers_active` (Indirect Non-breaking)
1806+ - `memory. sushi.count_customers_inactive` (Indirect Non-breaking)
1807+ - `memory. sushi.waiter_as_customer_by_day` (Indirect Breaking)
18081808
18091809
1810- * `sushi.waiter_names` (Breaking)
1810+ * `memory. sushi.waiter_names` (Breaking)
18111811
18121812
18131813 Indirectly Modified Children:
1814- - `sushi.waiter_as_customer_by_day` (Indirect Breaking)"""
1814+ - `memory. sushi.waiter_as_customer_by_day` (Indirect Breaking)"""
18151815
18161816 expected_prod_plan_indirectly_modified_summary = """**Indirectly Modified:**
1817- - `sushi.active_customers` (Indirect Non-breaking)
1818- - `sushi.count_customers_active` (Indirect Non-breaking)
1819- - `sushi.count_customers_inactive` (Indirect Non-breaking)
1820- - `sushi.waiter_as_customer_by_day` (Indirect Breaking)"""
1817+ - `memory. sushi.active_customers` (Indirect Non-breaking)
1818+ - `memory. sushi.count_customers_active` (Indirect Non-breaking)
1819+ - `memory. sushi.count_customers_inactive` (Indirect Non-breaking)
1820+ - `memory. sushi.waiter_as_customer_by_day` (Indirect Breaking)"""
18211821
18221822 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
18231823 prod_plan_preview_summary = prod_plan_preview_checks_runs [2 ]["output" ]["summary" ]
@@ -1993,7 +1993,7 @@ def test_pr_add_model(
19931993 )
19941994
19951995 expected_prod_plan_summary = """**Added Models:**
1996- - `sushi.cicd_test_model` (Breaking)"""
1996+ - `memory. sushi.cicd_test_model` (Breaking)"""
19971997
19981998 assert "SQLMesh - Prod Plan Preview" in controller ._check_run_mapping
19991999 prod_plan_preview_checks_runs = controller ._check_run_mapping [
@@ -2144,7 +2144,7 @@ def test_pr_delete_model(
21442144 )
21452145
21462146 expected_prod_plan_summary = """**Removed Models:**
2147- - `sushi.top_waiters` (Breaking)"""
2147+ - `memory. sushi.top_waiters` (Breaking)"""
21482148
21492149 assert "SQLMesh - Prod Plan Preview" in controller ._check_run_mapping
21502150 prod_plan_preview_checks_runs = controller ._check_run_mapping [
@@ -2330,7 +2330,7 @@ def test_has_required_approval_but_not_base_branch(
23302330 assert GithubCheckStatus (prod_plan_preview_checks_runs [2 ]["status" ]).is_completed
23312331 assert GithubCheckConclusion (prod_plan_preview_checks_runs [2 ]["conclusion" ]).is_success
23322332 expected_prod_plan_directly_modified_summary = """**Directly Modified:**
2333- * `sushi.waiter_revenue_by_day` (Non-breaking)
2333+ * `memory. sushi.waiter_revenue_by_day` (Non-breaking)
23342334
23352335 ```diff
23362336 ---
@@ -2350,10 +2350,10 @@ def test_has_required_approval_but_not_base_branch(
23502350 ON o.id = oi.order_id AND o.event_date = oi.event_date
23512351 ```
23522352 Indirectly Modified Children:
2353- - `sushi.top_waiters` (Indirect Non-breaking)"""
2353+ - `memory. sushi.top_waiters` (Indirect Non-breaking)"""
23542354
23552355 expected_prod_plan_indirectly_modified_summary = """**Indirectly Modified:**
2356- - `sushi.top_waiters` (Indirect Non-breaking)"""
2356+ - `memory. sushi.top_waiters` (Indirect Non-breaking)"""
23572357
23582358 assert prod_plan_preview_checks_runs [2 ]["output" ]["title" ] == "Prod Plan Preview"
23592359 prod_plan_preview_summary = prod_plan_preview_checks_runs [2 ]["output" ]["summary" ]
0 commit comments