-
Re: Spark settings of the running recipe
Hi @NikolayK , Interesting, so you will just set the partitions for all future executions of the recipe? If so I think that is ok, as long as you know that the current run will never be influenced by…2 · -
Re: how to insert into sql table details like ${scenarioName},${triggerName},${firstFailedStepName}?
Hi @sonal_18 , There are some scenario variables available within the scenario SQL step, but Scenario Name + Trigger name are not available. The ones that are available are the same ones that are ret…1 · -
Re: Splitting very large files
Hi @JonB123 , One option for splitting input data would be to use a Sync recipe to redispatch the dataset. This will allow you to "split" the dataset into separate output files based on the…1 · -
Re: Webapp R Shiny Help
Hi @VarunVankineni , For debugging, you can add print statements in your server code if you want to inspect data, and the print statements will be reflected in the webapp "Log" tab. The ful…1 · -
Re: Concurrent triggers of scenarios in WebApp
Hi @brs , I'm glad to hear! Apologies, you are correct - triggering the same recipe concurrently will also not work well. So the temporary scenario approach will not work if the scenario builds your …1 ·