File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ It uses the following five step approach to accomplish this:
2828
29292 . Examine the placeholder values to classify them as one of the following types:
3030
31- - Creation of user-defined macro variables with the ` @DEF ` operator (see more about [ user-defined macro variables] ( #user-defined-variables ) )
32- - Macro variables, both [ SQLMesh pre-defined] ( ./macro_variables.md ) and [ user-defined] ( #User-defined-variables )
33- - Macro functions, both [ SQLMesh's] ( #sqlmesh-macro-operators ) and [ user-defined] ( #user-defined-macro-functions )
31+ - Creation of user-defined macro variables with the ` @DEF ` operator (see more about [ user-defined macro variables] ( #user-defined-variables ) )
32+ - Macro variables, both [ SQLMesh pre-defined] ( ./macro_variables.md ) and [ user-defined] ( #User-defined-variables )
33+ - Macro functions, both [ SQLMesh's] ( #sqlmesh-macro-operators ) and [ user-defined] ( #user-defined-macro-functions )
3434
35353 . Substitute macro variable values where they are detected. In most cases, this is direct string substitution as with a templating system.
3636
You can’t perform that action at this time.
0 commit comments