You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.
The style guide recommends to use CTEs for transformation steps, ending with a CTE called final. It also recommends to use staging models to select from sources.
Would you also recommend to use a single CTE called final in these staging models?
E.g. this dbt learn course doesn't have that CTE and IMHO this makes sense as the only purpose there is to map the sources and you should not do any transformation logic in there.
The style guide recommends to use CTEs for transformation steps, ending with a CTE called
final
. It also recommends to use staging models to select from sources.Would you also recommend to use a single CTE called
final
in these staging models?E.g. this dbt learn course doesn't have that CTE and IMHO this makes sense as the only purpose there is to map the sources and you should not do any transformation logic in there.
cc @coapacetic (maintainer of that course)
The text was updated successfully, but these errors were encountered: