Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding fct_unused_staging_models #523

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

lord-skinner
Copy link

@lord-skinner lord-skinner commented Jan 14, 2025

This is a:

  • bug fix PR with no breaking changes
  • new functionality

Link to Issue

Description & motivation

Often when we integrate a new data source into our warehouse we stage too much data. Over time staging models go unused, but continue to be included when compiling the dbt project.

Eventually we'd like to also see unused columns in dbt_project_evaluator, but this is a good place to start.

Integration Test Screenshot

Checklist

  • I have verified that these changes work locally on the following warehouses (Note: it's okay if you do not have access to all warehouses, this helps us understand what has been covered)
    • BigQuery
    • Postgres
    • Redshift
    • Snowflake
    • Databricks
    • DuckDB
    • Trino/Starburst
  • I have updated the README.md (if applicable)
  • I have added tests & descriptions to my models (and macros if applicable)

@lord-skinner lord-skinner marked this pull request as ready for review January 14, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant