-
Re: How to run Dataiku flow parallel for multiple different parameters
You can't run your flow concurrently, it is not supported. To be able to do that you can use Dataiku Applications: https://knowledge.dataiku.com/latest/mlops-o16n/dataiku-applications/concept-da…1 · -
Re: Update user profile/license assigned by LDAP mapping
This is by design. Last time I asked Dataiku about this they said you could be breaching your licensing terms if you start switching users between licenses. You will need to check with your Customer …1 · -
Re: Establish a dynamic connection between a dataset in Dataiku and Excel
Not as a plugin but you don't need much to do this. Add a Python recipe to your last flow output dataset and write the output as a Excel file in a Dataiku Managed Folder. For an even more seamle…2 · -
Re: Python process failed during building knowledge bank
As a side note this thread covers how to get different Python interpreters, like Python 3.9, enabled in Dataiku: https://community.dataiku.com/t5/Setup-Configuration/Best-Practices-for-Updating-Pytho…2 · -
Re: Is there a way to tell dataiku to use TRUNCATE TABLE instead of DROP TABLE for snowflake datasets?
You get around the drop issue by creating views on top (which you will need to automate) and granting the views which Dataiku will not drop.1 ·