Dependencies & cluster requirements
Dependencies & cluster requirements
Dependencies:
- ProphecySparkBasicsPython 0.0.1+
- UC dedicated clusters 14.3+ supported
- UC standard clusters 15.4+ supported
- Livy clusters not supported
Parameters
Each property can either be set as a static value or a value from an existing column of the input DataFrame. All input parameters are expected to be in string format. Other column types such asarray/JSON/struct can be created using combination of aggregate/window gems along with reformat component and then can be cast as string prior to passing the column in RestAPIEnrich gem as needed.
The following table lists all parameters of the RestAPIEnrich gem.
Reference pipeline configurations
To reference variables from your pipeline configs:- Use the following syntax:
${config_name} - You can also use partial strings, for example:
foo_${config_name}bar

