Ethan Veres
03/23/2023, 9:48 PMpath
argument specified?
I’m using S3 storage and for each deployment I specify a custom `path`:
Deployment.build_from_flow(flow=flow, infrastructure=ECSTask.load('...'), storage=S3.load('...'), name=my_custom_name, path=my_custom_name, apply=True)
my flow assumes that the files in storage are pulled to the root during flow runs but _now it seems like it’s pulled as a subdirectory of my__custom_name
Zanie
Ethan Veres
03/23/2023, 9:49 PMEthan Veres
03/23/2023, 9:58 PMprefecthq/prefect:2-python3.10
-> prefecthq/prefect:2-python3.11
• prefect-aws : 0.2.5
• prefect: 2.8.4
• s3fs: 2023.3.0
Zanie
Zanie
Zanie
Zanie
Zanie
Ethan Veres
03/23/2023, 10:01 PMshell_run_command("ls -la")
to my task and seeing that the remote storage (with path
specified on the deployment) is in a subdirectoryEthan Veres
03/23/2023, 10:03 PMZanie
Zanie
Zanie
Zanie
Ethan Veres
03/23/2023, 10:06 PMZanie
Zanie
Zanie
Ethan Veres
03/23/2023, 10:13 PMs3fs
is the issue. I downgraded and reran the flow and it’s workingEthan Veres
03/23/2023, 10:13 PM