Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 31, 2022 4:22PM
Likes: 0
Replies: 1
Hello,
I need to call a previous step of the scenario in a Python custom step, is it possible please?
I'm using version 9.01 of dataiku.
Thanks in advance,
Best regards,
Yasmine
Operating system used: Python and scenarios
Hi @Yasmine
,
You can run a step in a scenario but not directly by referencing the scenario name/step name.
You create a step definition as suggested here:
Another approach is to split this into multiple scenarios and call the scenario from your python code instead.
https://doc.dataiku.com/dss/latest/python-api/scenarios.html#run-a-scenario
Thanks,