Launching model drift plugin

Options
vekselman
vekselman Registered Posts: 3 ✭✭✭

Hello,

There is a very useful plugin "Model Drift Monitoring" - https://www.dataiku.com/product/plugins/model-drift/

that worked great with DSS 7,

but doesn't work with DSS 8.0.2.

Is there any information about new plugin releases?

Answers

  • duphan
    duphan Dataiker, Registered Posts: 32 Dataiker
    Options

    Hi,

    Can you tell me exactly what problem did you encounter ? and did you install the latest version of the plugin (2.0.2) ?

    Cheers,

    Du Phan

  • vekselman
    vekselman Registered Posts: 3 ✭✭✭
    Options

    Yes, I installed the latest plugin 2.0.2, but it was released before DSS 8

    The problem occurs in a web application when a plugin tries to get a list of datasets.

    In the backend, this comes from dku-helpers.js from the get () function.

    There were some changes in running web applications launching between DSS 7 and DSS 8.

    So I can assume that the 2.0.2 drift plugin has not been tested since DSS 8.

  • duphan
    duphan Dataiker, Registered Posts: 32 Dataiker
    Options

    Hi,

    I can confirm you that version 2.0.2 of the plugin had been tested with DSS 8.

    For further debugging, can you share with me the backend logs of the webapp and of the dss instance right after the issue ?

    Cheers,

  • vekselman
    vekselman Registered Posts: 3 ✭✭✭
    Options

    when trying to execute list-tables

    https://dss_host.com:port/web-apps-backends/SOME_PROJECT/ID/list-datasets? it come to dku-helpers.js:17 and i got:

    <html>
    <head><title>404 Not Found</title></head>
    <body bgcolor="white">
    <center><h1>404 Not Found</h1></center>
    <hr><center>nginx</center>
    </body>
    </html>
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->
    <!-- a padding to disable MSIE and Chrome friendly error page -->

Setup Info
    Tags
      Help me…