Carlos Bermejo
08/27/2024, 11:07 PMCarlos Bermejo
08/27/2024, 11:24 PMYury Fedotov
08/28/2024, 5:10 AMfor
loop + leveraging f-strings is for sure possible. Then you just sum
them.
• I'd also look at the following: when you use pipeline()
wrapper to create a namespaced Pipeline
, you can use parameters
kwarg to ask it not to namespace parameters that are common among all instances. See here.Elena Khaustova
08/28/2024, 10:09 AM