Description:
This property is used to configure whether cloud-native CLI should be used for copying semantic model data. If the CLI command fails to copy the data, it will fall back to the existing Hadoop API.
Possible Values:
NONE: Semantic Model metadata and cuboids will be copied using an existing Hadoop API.
METADATA: Semantic Model metadata will be copied using cloud-native CLI, and cuboids will be copied using an existing Hadoop API.
CUBOID: Cuboids will be copied using cloud-native CLI, and metadata will be copied using an existing Hadoop API.
BOTH: Semantic Model metadata and cuboids will be copied using cloud-native CLI.
Default value:
For AWS and Azure = METADATA
...