Building Your First Custom Operator in Scala

Use the Custom Operator framework to create new functionality for your TIBCO Data Science - Team Studio workflows. The SDK includes a set of samples in Scala and Java to showcase some of the things you can do and describe the format an operator takes.

To get started writing a custom operator in Scala, perform the sub tasks in this section, in order. The sub tasks, in general, include the following.

  • Installing and configuring the Required Tools.
  • Reviewing the structure and building the instructions for a simple example called Column Filter.

You can find the SDK with examples on the TIBCO Data Science - Team Studio Github page. For more in-depth information about the available API methods, see the relevant Scala doc in Installing the Custom Sample Operator for your Version.

Note: To update custom operators for SDK changes, review this topic: How to Update Custom Operators With New SDK Changes

What to do nextSet up your environment.