SQL
Variables
Morph allows run arguments to be used in SQL by using variables.
If you enclose a variable in {{ }}
, it is considered a variable and the arguments of the run are entered here. These arguments are used to build dynamic applications such as data applications in MDX.
morph run user -d user_type=admin
Variables can be specified with -d.