-
Re: Append two dataset horizontally
Hi, Assuming the letters in your example are the column names, it can be achieved with one single step with a Join recipe, selecting the Cross-Join option (see attached image): * The cross-join does …1 · -
Re: Copy data from a MySQL database to Vertica
Hi, Perhaps you should explore the use of partitioning, which let's you process specific chunks of data: - Rather than syncing the entire table every time, just sync the latest data - You won't avoid…1 · -
Re: Transfer a flow
Hi, You should consider the use of Dataiku Applications, which allow the reutilisation of the same flow with different input parameters or data. * Video introduction: //play.vidyard.com/GuevWgkMCMrmF…2 · -
Re: Dataiku Application
Hi, Applications allow the parallel execution of the same data pipeline with different inputs, but this means that the flow is duplicated for every instance. I suspect that in your case, you have a l…1 · -
Re: How to share project with users
Hi, Yes, since version 9, you can share projects with individual users. Best regards1 ·