https://prefect.io logo
Title
a

Alex Turek

12/20/2022, 6:28 PM
does a deployment that uses an S3 storage block, download all the files from the object path before running the flow? or just the specified workflow file? I ask because we’re getting an ImportError from a workflow that’s like
import my_other_local_module

@flow
def foo():
  pass
we’ve verified that
sys.path
contains a folder that includes the
my_other_local_module
library
alternatively - is there a way to get verbose logging when a flow run is using a storage block? like “print all files you’re downloading before running the flow”
anybody coming back and reading this - we were screwing up our
poetry install
that set up our paths correctly, it wasn’t Prefect doing anything weird/surprising 🙂
👍 1
:thank-you: 1