PR checks are failing on models that aren't related to my changes

Hey team,
I’m running into issues with our dbt CI pipeline where PR checks are failing on models that aren’t related to my changes.

Here’s what’s happening:

Current CI Steps:

  • dbt seed
  • dbt run-operation stage_external_sources
  • dbt snapshot --select +state:modified.body+
  • dbt run --select dim_product_features
  • dbt run --select state:modified.body+
  • dbt test --select state:modified

Problem:

  • The dbt run command fails on a model I didn’t modify
  • The dbt test command fails on a different unrelated model
  • This blocks my PR even though my actual changes are working fine