I have a metaflow workflow, I want to call the workflow repeatedly whenever I read 6000 rows from a database. How can I do this? Also I want to pass the 6000 rows dataframe to the workflow and the entire workflow and infrastructure is on my local machine