This repository has been archived by the owner on May 4, 2023. It is now read-only.
Fix execute variable in macros & enable get columns in adapter
Pre-release
Pre-release
Previously the variable execute when read inside macro's would always be false - as when the macro was compiled it was false, and the macro's compilation context was still present. This change passes in what ever the current execute variable value is.
This commit also adds the ability to get the columns in a model using the adapter method adapter.get_columns_in_relation