There are two Fabric commands that can override a global:
Both commands can override a global value only if the global is not defined as Final.
This command overrides a global value on the entire cluster, impacting all Fabric sessions, including open ones.\
set_global global '
The set_global global command sets the value of the global indicated by
The set command can be used to set a variable per session so that the variable is available for all Fabric objects in the same session. This command can be used either to set a new ad-hoc variable, or to override an existing global for the Fabric session if the global is not Final.
There are two Fabric commands that can override a global:
Both commands can override a global value only if the global is not defined as Final.
This command overrides a global value on the entire cluster, impacting all Fabric sessions, including open ones.\
set_global global '
The set_global global command sets the value of the global indicated by
The set command can be used to set a variable per session so that the variable is available for all Fabric objects in the same session. This command can be used either to set a new ad-hoc variable, or to override an existing global for the Fabric session if the global is not Final.