Hi, I am using GitHub storage for my flow. In my f...
# ask-community
l
Hi, I am using GitHub storage for my flow. In my flow, I want to load a data file (a json file located in the same GH repo as the flow file) and use it in my flow code. I can't figure out how to do this. Could someone please help me with this? Thanks!
k
Hi @Lauri Makinen, to get it when you download the Flow, you would need to add it in a Docker container. It may be easier to host it somewhere else and download it if it’s just one file.
l
Ok, thanks for your help
k
If the JSON is small, there is also Prefect KV Store where you can persist small pieces of data