jython-processor-plugin-xxxx was available in a plugin that is not installed

Shahrukh
Shahrukh Partner, L2 Admin, L2 Designer, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Registered Posts: 2 Partner

Hi,

I was testing the dataiku test queries API of a prediction model which contains custom pre-processor API script.

The script is working fine and I'm able to train and score the model.

However, when i tried to run test query on prediction model API, i facing the below error.

jython-processor-plugin-xxxx was available in a plugin that is not installed.

The plugin is already visible in installed section in admin page.

Is there something I'm missing here?

Best Answer

Answers

  • fchataigner2
    fchataigner2 Dataiker Posts: 355 Dataiker

    Hi,

    if by "prediction model API" you refer to the API node or the test queries of the API services design section (which is actually an embedded API node), then it's expected, because API nodes don't have a notion of plugins, and thus cannot execute scripts containing custom steps.

  • Shahrukh
    Shahrukh Partner, L2 Admin, L2 Designer, Dataiku DSS Core Designer, Dataiku DSS & SQL, Dataiku DSS ML Practitioner, Dataiku DSS Core Concepts, Registered Posts: 2 Partner

    Hi,

    Thank you for the solution.

    Can you please tell me what other options do I have here?

    A custom python function api which creates those features and then fed to original api?

Setup Info
    Tags
      Help me…