-
Re: Attempting to send conditional email
Hi @Ron_vB , You could use a python step, but a simpler way to achieve this would be to use a check on the dataset with a minimum record value of 1. Then, add a "run checks" step in the sce…1 · -
Re: Too much data to draw
Hi @galghaith , The number of objects being drawn is based on the cardinality of the columns you select for the grouping and the values. While you’re dataset only has 3,239 rows, the cardinality betw…1 · -
Re: Can't delete any table, or folder.
Hi @jmomarty , This error can stem from a recipe with invalid entries. When this happens, the recipe is typically not visible in the flow, however, it should be visible in the recipe list. You can ch…1 · -
Re: Spotfire & Dataiku Integrations
Hi @kathyqingyuxu , We currently have no equivalent Spotfire integration to the Tableau Hyper plugin. That said, some organizations do use Dataiku and Spotfire together - they output datasets from Da…1 · -
Re: Error on SQL Query using a variable as the end of a table
Hi @Sv3n-Sk4 , I was able to get this working by putting the whole expression in double quotes and removing the quotes around the variable as shown below. SELECT *FROM "LINEAR_REGRESSION_car_dat…1 ·