Concept Flow - Calling macros across projects
Start: Define macro in Project A
Macro saved in Project A's macros folder
In Project B: Reference Project A's macro
dbt resolves macro using project namespace
Macro executes with passed arguments
Output used in Project B's models or macros
This flow shows how a macro defined in one dbt project (Project A) can be called from another project (Project B) by using the project namespace to reference it.