Hey there, I have a flow that takes a few paramete...
# ask-metaflow
e
Hey there, I have a flow that takes a few parameters and uses them to run some expensive queries to generate a relevant dataset. This dataset is then used in subsequent steps of the flow. I imagine I could use a combination of IncludeFile and GCS, and fall back to generating (and uploading) a dataset if none are found. Is this the preferred pattern for caching/dataset management with Metaflow?