Skip to content

Conversation

@elementary-data-local
Copy link

This PR simplifies the customers model by replacing the complex SQL logic with a simple select all from stg_customers.

Changes

  • Removed complex CTEs and joins for orders, payments, and signups
  • Replaced with select * from {{ ref('stg_customers') }}

Impact

The customers model will now pass through all columns from stg_customers without any additional transformations or derived metrics.

Created by: [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant