View the original community article here
Last tested: Aug 6, 2018
You just alias the dimension group itself, not the individual fields. So if you had a dimension_group: oldname {} and want to rename it to newname, you can set the alias like:
dimension_group: newname {
alias: [oldname]
}
This content is subject to limited support.