Purpose
Variables allow one to specify a configuration value once, which can then be used by multiple tasks without the need to re-enter the same configuration value.
Managed Connectors
Tasks related to native Data Hub tasks, for example, the Active Directory connector tasks, can use such a variable for their "List of Attributes" configuration field:
Kotlin Connectors
Although a number of Kotlin type connector tasks have configuration fields that also accept delimited values, for example the AWS EC2 tasks "AWS Account List" field, these connector types currently do not work with variables that have delimited values so should be configured with those delimited values explicitly set within that field:
Comments