Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 WalkthroughWalkthroughThe pull request renames the dbt project from accelerator to accelerator_ops, updates corresponding profile and configuration references, removes the intermediate model int_cycles_start_end, renames int_cycle_phases_without_target to cycles, and adjusts downstream dependencies to use the newly renamed model. Changes
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
warehouses/accelerator_ops/transform/models/operations/mcr_equipment_downtime_records.sql (1)
129-129:⚠️ Potential issue | 🟡 MinorMinor typo in comment: "crterion" → "criterion".
Pre-existing, but worth fixing while you're here.
Proposed fix
--- add order by clause for iceberg table sorting crterion +-- add order by clause for iceberg table sorting criterion
Summary
After deploying the new terraform-based platform with OpenFGA installed (#211) it was observed that the "cycles" dataset was missing from the dbt models directory and a chart was broken. It's likely some old refactoring removed the model but the dataset persisted in Superset.
This has highlighted an issue with syncing of datasets - anything currently deleted in dbt does not get deleted from the warehouse/Superset. It's not immediately clear what the best course of action is:
Refs #211
Summary by CodeRabbit
Release Notes
Refactor
Chores