-
Re: is there a way to check table is not empty before running join recipe
Hi, The SourceDatasetNotReadyException can't be turned off. Instead, you can use metrics and check in a scenario to determine if any of the input tables are empty and fail the scenario and not r…1 · -
Re: "NumberFormatException: For input string" in scenario with integer partitioned dataset
Hi, Is the input dataset file based or SQL? If the input is file based dataset and is not partitioned and the output is partitioned typically, you would need to use redispatch. I f the datasets are S…1 · -
Re: RestException: INTERNAL_ERROR: Ticket not given or unrecognized while using MLFlow commands
Hi, Could please try running this code in test recipe instead of notebook, grab the failed job diagnostics + instance diagnostics and send this to dataiku support via a ticket : https://doc.dataiku.c…1 · -
Re: Modify "Answers" WebApp Plugin
@Kyrillos This is planned already for a future release of the Answers plugin, so I would suggest waiting for that to be released. Otherwise, you would need to convert the plugin to a dev plugin and m…1 · -
Re: Batch Processing for Custom API end point
@dchoudhari For prediction endpoints you can use predict-multi : curl -X POST \ http://localhost:13000/public/api/v1/first-test/avocados/predict-multi \ --data '{ "items": [ { "fe…1 ·
