Why isn't the AI readiness tool pulling in the Beast Modes from datasets

The dataset I am using the AI readiness tool on has 20-30 beast modes, yet only one or two can be seen in the AI readiness tool as choices? Any one else seen this? Solutions. The beast modes are shared across the dataset. Thanks

Answers

  • I've never run into this issue. I just verified on several of my DataSets and they all have all Beast Modes as options. You could create a case with Domo Support. But can probably get some information via the network tab in the developer tools that could help you fix it yourself or at least inform that conversation with Domo Support. Navigate to the DataSet, right click on a blank part of the page, then click Inspect (probably the last option). Then click the network tab in the top of the newly expanded developer tools. Next, click the circle with an x through it (also near the top but below the tabs) and then refresh the website page via the refresh button in your browser or using F5. Then, you'll want to find a request the endpoint /ai/readiness/v1/data-dictionary/dataset/<dataset_id>, where <dataset_id> is the UUID of your DataSet (also appears in the URL for the page). See if that request returned any errors or if you can see anything else out of the ordinary (on that request or others near it).

    Was this comment helpful? Click Agree or Like below.
    Did this comment solve your problem? Accept it as the solution!