Some constraints:
1. We can’t pull code from Github during a flowRun
2. We don’t want to store flowRun results in a place like S3 since we plan on using prefect cloud
What storage type and flow declaration should we use if we assume our flow-run docker image has all the source code in it needed to run? And is that doable with a k8's spec that references that image (full image of resolved dependencies and flow-run tasks, modules etc)