Hi All,
Looking for way to pass parameter before Python Box, to replace and run the query for several date.
For Example
Python Box has big query code using python pandas and data frame.
Big query used Select Category,Product, Sum(Sales) from Table1 where DeliveryDate >= '2024-10-23' and OrderDate >= '2024-10-23' Group By 1,2
Parameter need to be passed Replace '2024-10-23' with looping multiple dates. Run the code for n number of times based on user input of loop value.
PFA