-
Re: How to implement a feedback loop on a dataset ?
Hi tomtom, The flow interface won't like circular references, which sounds like what you're describing here. Hence, if you have something like this: Dataset_A -> Recipe -> Dataset_B, one soluti…1 · -
Re: Join processor: behavior when dataset bigger than RAM
@Chiktika I've updated my answer above to clarify and correct.1 · -
Re: DEVOPS ENV using Dataiku
Hi @sasidharp In DSS you're able to deploy different nodes in your infrastructure that would/could map to project stages. There are clear paths of migration of projects across these nodes, all in the…2 · -
Re: Code recipe for sas
Hi @anthony DSS does not support executing SAS code. We have the functionality to read some SAS files through plugins, see here for example. You could also consider projects such as sas2py in order t…1 · -
Re: How to parse filename for file based datasets/partitions
I think I understood from the question that the output was not going to be partitioned, but it indeed doesn't need to be1 ·