Dependencies & cluster requirements
Dependencies & cluster requirements
Dependencies:
- ProphecySparkBasicsPython 0.2.11+
- ProphecySparkBasicsScala 0.1.9+
- ProphecyLibsPython 1.9.42+
- ProphecyLibsScala 7.1.97+
- UC dedicated clusters 14.3+ supported
- UC standard clusters 14.3+ supported
- Livy clusters 3.0.1+ supported
Parameters
Based on the method you select, you will see an option to enter the prefix, suffix, or expression of your choice.
Examples
Add a prefix
One example is to add the prefixmeta_ to tag columns that contain metadata.

Use a custom expression
You can accomplish the same or more complex changes using a custom expression likeconcat('meta_', column_name).

