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
Fix adapter.dispatch macro resolution when statically extracting macros. Introduce new project-level dispatch config. The packages argument to dispatch no longer supports macro calls; there is backwards compatibility for existing packages. The argument will no longer be supported in a future release, instead provide the macro_namespace argument. (#3362, #3363, #3383, #3403)
Fixes
Ensure that schema test macros are properly processed (#3229, #3272)
Fix regression for default project/database for BigQuery connections (#3218, #3305)
Fix references to macros with package names when rendering schema tests (#3324, #3345)
Fix infinite recursion when parsing schema tests due to loops in macro calls (#3444, #3454)