-
Re: create technical users for production use-cases?
Hi @Tanguy , I can suggest moving this to a support ticket or discussing it directly with your account executive or Dataiku Customer Success Manager. There are different profiles for these types of t…1 · -
Re: Handling Empty or Missing Datasets Dynamically in Dataiku Python Recipes
Hi, You have the option to set the "dataset" as empty as not ready so the recipe doesn't so it wouldn't fail The other option is to use the option "ignore_flow" when interacting w…3 · -
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 rebuil…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 ·
