-
Re: Can a project variable be used as a scenario variable?
Project variables can work for this but they are not the best solution since they are persisted in the project so in effect they change the project every time. It's best to use scenario variable…1 · -
Re: Disk storage usage info in logs?
No, you will need to develop your own custom solution for that.1 · -
Re: Multiple Tabs Within a Project
I think you should have a look at the search enhancements added on Dataiku 13.4.0. It is now possible to select/navigate to a specific flow zone in 4 mouse clicks.2 · -
Re: Programmatically configuring Code env within Python Recipe for executing a scenario
Yes, but you need to use the recipe object, not the code env. Tip: change one manually, read the settings and see what they need to be set to to execute in Kubernetes. Then repeat programmatically in…1 · -
Re: Use external server for python
Yes this is possible using Kubernetes but be aware this is an advanced setup so it's not trivial to implement.1 ·