Nick Hoffmann
10/25/2023, 6:52 PMGitHub
storage block anywhere? I have a deployment that uses a GitHub storage block I configured, and I think at runtime it downloads the source code correctly from the GitHub repo, but then just gives an error:
Flow could not be retrieved from deployment.
Traceback (most recent call last):
File "<frozen importlib._bootstrap_external>", line 846, in exec_module
File "<frozen importlib._bootstrap_external>", line 982, in get_code
File "<frozen importlib._bootstrap_external>", line 1039, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'path/to/flow/file.py'
This works perfectly fine when using an S3 storage block, so what's the best way to go about debugging this?Bianca Hoch
10/25/2023, 8:08 PMBianca Hoch
10/25/2023, 8:10 PMNick Hoffmann
10/26/2023, 1:43 PM