-
Re: Passing arguments between scenarios
Hey @Srini_E , For you to be able to pass the value of parameters from one scenario to another, you'd need to store it somewhere. The easiest approach is what @kathyqingyuxu mentioned as 'project var…2 · -
Re: How to specify build mode in custom python script scenarios ?
Hey @vaishnavi , You can specify the build type in the function's parameter. # Create the main handle to interact with the scenarioscenario = Scenario()# Build a datasetscenario.build_dataset("m…1 · -
How to get row count & dataset size using project.get_dataset() API?
Hi Team, We have a requirement wherein we need to log the updated dataset size and row count for all datasets of different projects. We tried two approaches, both of which takes huge amounts of compu…1 · -
Re: How to know if a recipe has partitioned dataset using APIs?
Yes, thankyou this worked for me.1 · -
Re: Custom Window recipe
Yes, this worked like a charm. Thankyou! @Marine1 ·