I am still wrapping my head what is this new macro syntax. How does it compare to i.e. dbt macros?
With that amount of operators, I may prefer just writing pipeline in Python. Kudos for them building language support with VSCode already so at least it's easier to navigate.
j
Juan Luis
05/29/2025, 4:35 PM
in fact, even the web world has moved on a bit from string templating right? where I used to see Jinja templates, now I see JSX, which we could consider some sort of HTML macro (similar concept to what Toby describes)