Is there a way to logically group steps within a recipe?

0

One thing I want to do is be able to "group" steps of a recipe together, in the interest of maintainability. Often times I will need to go back and tweak a recipe and it is very hard to tell which steps can logically be grouped together (i.e. they're trying to solve the same goal).
One solution off the top of my head would be to be able to tag each step in a recipe. Is there any way to do this?

For example, let's say that I have 5 logical steps in my preprocessing. Where step 1 could be "Filter out all purchases in region X with amount over $100"
Doing this step alone in a recipe can take say 4 sub-steps.
Now once I have completed creating the whole preprocessing recipe for all 5 logical steps, I can have 20+ steps in the recipe.
By just looking at the recipe alone, it will be very hard to know which recipe steps are working together to achieve the same goal.

My workaround right now is to just add it as documentation when I publish a recipe. For example I'd write:
Step 1: Filter out purchases in region X with amt > $100 -- recipe steps 1 - 4
Step 2: Blah Blah Blah -- recipe steps 5 - 11
Step 3: Blah Blah Blah -- recipe steps 12 - 20

Now when I go back and have to edit something like changing the region of interest from region_X to region_Y for filtering, i know where to look.

Now is there a better way to group steps together?

질문됨 3년 전244회 조회
2개 답변
0

Thank you for sharing your use case, I'll discuss this with our product team! At this time, we don't support tags or descriptions at a recipe step granularity.

Your solution of using the description field to document the recipe is probably the best option at this time. One alternative I can suggest is to create 3 recipes (with descriptions), publish those, then import as needed to build up my final larger recipe.

답변함 3년 전
0

Sounds good! And I actually have been building complete recipes from saved sub-recipes also which has partially solved this, although it still requires some documentation while publishing the complete recipe.

Thanks for the reply Romi!

답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠