I have a metaflow workflow, I want to call the wor...
# dev-metaflow
a
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
v
hi Naman! Can you elaborate what you mean by calling the workflow repeatedly? Do you want to process data in batches of 6000 rows or deploy the flow to run automatically when new data appears? (or something else)