Writing your own tool¶
In addition to the prebuilt tools, you can build your own.
Custom Tools are written in plugins. Like with all plugin components in Dataiku, this allows builders to write the code once, define the parameters. It then becomes available as a code-free interface for users who can then leverage the tool without having to write or manage code.
We recommend that you look at our sample Google Search tool to get information on how to write a custom tool.