2 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Create a dbt model to deduplicate and standardize customer data, adding an audit column and tests. The model should handle deduplication based on customer ID, keeping the latest record, and standardize email addresses to lowercase and names to proper case. The model should also include tests for `not_null` and `unique` constraints on the `customer_id`.

Complexity: 4/5
documentation enhancement good first issue

This is a repository for dbt projects

AI Summary: Create a dbt model to deduplicate and standardize customer data, adding an audit column and tests. The model should handle deduplication based on customer ID, keeping the latest record, and standardize email addresses to lowercase and names to proper case. The model should also include tests for `not_null` and `unique` constraints on the customer ID.

Complexity: 3/5
duplicate good first issue

This is a repository for dbt projects