Nace Plesko
10/14/2022, 5:30 PMdatabase
and a few files in it and all those work fine, but now that I created a new one, the run on the Prefect is saying that it can't find it. I'm probably just missing something obvious, but because of my lack of knowledge of both Python and Prefect I'd really appreciate help on this. Thank you in advance!Nace Plesko
10/14/2022, 7:46 PMsetup.py
to package everything, but for some reason it's not packaging new files. I also bumped up the version because I thought it might be cached in GCS, but still when registering the flow it's pushing to GCS just the file that has a flow in it but not the dependencies. Is there a way to "force" update packages?
In my flow file I'm already importing a file from that module, so it must be that just the new file is not being pushed https://github.com/anna-geller/packaging-prefect-flows/blob/master/setup.pyBianca Hoch
10/14/2022, 8:41 PM