-
Re: How to sync a partitioned table to a single table efficiently
Is there any way to not generate a table with one row per partition? That is indeed extremely inefficient.1 · -
Re: Format Dashboard Tiles
Hi, There is not currently. However, assuming you're showing a metric, you could always create a custom metric formatted how you please, and then show that: https://doc.dataiku.com/dss/latest/scenari…2 · -
Re: Prediction Model - How to keep my settings in Visual ML when input dataset is re-build ?
Hi, Could you please share a screenshot example of a ml model where the feature activation changed after you updated your underlying dataset? Did the meaning of that feature change? For example from …1 · -
Re: Keep only rows that meet the condition
Hi Michael, you need to grab your variable before you can use it, like so: import dataikuprint "I am filtering %s" % (dataiku.get_custom_variables()["v_date_m_1"]) https://doc.dat…1 · -
Re: Setting metrics to be computed programmatically
Ah I understand now. In this case what you actually need to modify is the definition of the dataset, which you can access with the get_dataset and set_dataset methods. For example, if I want to add a…3 ·
