Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 8, 2021 11:13PM
Likes: 0
Replies: 2
Hi All:
I am using Dataiku and would like to add to the Global Shared Code a python recipe so everyone in the team can use the same for new Projects. Is there a way to do that? Ideally, I would like to have some sort of meta-tags (if that makes sense) so every Junior/Senior DS can follow the trail and fill in the blanks for his/her new project.
Thanks,
Dario
Hi @darioromero
,
If you wanted to create a python recipe template for users, I think the easiest way to do this is probably to create a "code sample" from the Python recipe screen, like this:
This allows you to create a code sample that can be shared with other users, and then inserted into a recipe. The sample (or multiple samples) can be tagged in any way that's useful to you so that users can easily identify it.
Does that seem like it would work for your use case?
Thanks,
Sarina
Thanks. Appreciate it.