Conversation
|
bugbot run |
PR SummaryMedium Risk Overview Updates Extends seeds and schema/tests to cover the new anchor-state helper and new boundary cases, and shifts Reviewed by Cursor Bugbot for commit 02719e8. Configure here. |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Autofix Details
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Test date accidentally committed, skipping years of data
- Restored
sui_transfer_start_dateto2023-04-12in both affected Sui transfer models and removed the CI-only test date/comment.
- Restored
Or push these changes by commenting:
@cursor push d952c08c12
Preview (d952c08c12)
diff --git a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql
--- a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql
+++ b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql
@@ -12,7 +12,7 @@
)
}}
-{% set sui_transfer_start_date = '2026-01-01' %} -- just ci test
+{% set sui_transfer_start_date = '2023-04-12' %}
with
diff --git a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql
--- a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql
+++ b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql
@@ -12,7 +12,7 @@
)
}}
-{% set sui_transfer_start_date = '2026-01-01' %} -- just ci test
+{% set sui_transfer_start_date = '2023-04-12' %}
{% set incremental_time = var('DBT_ENV_INCREMENTAL_TIME') | int %}
{% set incremental_time_unit = var('DBT_ENV_INCREMENTAL_TIME_UNIT') %}
{% set incremental_anchor_horizon_sql %}You can send follow-ups to the cloud agent here.
|
bugbot run |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Test-only start date committed to production models
- Restored
sui_transfer_start_dateto2023-04-12in the three affected production Sui transfer models and removed the temporary CI-only override comment.
- Restored
Or push these changes by commenting:
@cursor push af641b9725
Preview (af641b9725)
diff --git a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql
--- a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql
+++ b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_base_transfers.sql
@@ -12,7 +12,7 @@
)
}}
-{% set sui_transfer_start_date = '2025-10-01' %} -- just ci test
+{% set sui_transfer_start_date = '2023-04-12' %}
with
diff --git a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_coin_object_anchor_state.sql b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_coin_object_anchor_state.sql
--- a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_coin_object_anchor_state.sql
+++ b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_coin_object_anchor_state.sql
@@ -11,7 +11,7 @@
)
}}
-{% set sui_transfer_start_date = '2025-10-01' %} -- just ci test
+{% set sui_transfer_start_date = '2023-04-12' %}
with
diff --git a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql
--- a/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql
+++ b/dbt_subprojects/tokens/models/transfers_and_balances/sui/tokens_sui_object_event_deltas.sql
@@ -14,7 +14,7 @@
)
}}
-{% set sui_transfer_start_date = '2025-10-01' %} -- just ci test
+{% set sui_transfer_start_date = '2023-04-12' %}
withYou can send follow-ups to the cloud agent here.
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 02719e8. Configure here.
Regression Report: PR #9540Models tested: 2 Scope note: CI tables were built with the current bounded window (
Cross-model:
Verification queries:
|
0xRobin
left a comment
There was a problem hiding this comment.
LFG! How much performance improvement do you expect on the incremental?
very rough ballpark 2-4x but let's see what happens in reality |


Thank you for contributing to Spellbook 🪄
Please open the PR in draft and mark as ready when you want to request a review.
Description:
[...]
quick links for more information: