Blake Stefansen
08/31/2022, 4:32 PM.prefectignore
and no, it is not ignoring anything critical. Is this a bug?Blake Stefansen
08/31/2022, 4:42 PMJeff Hale
08/31/2022, 9:41 PMBlake Stefansen
09/01/2022, 1:26 PMflows
and is one level below the other folders as you can see in the images above showing our file structure ☝️
Does my flow code have to be at the root directory? I've seen examples in the 2.0 docs that suggest putting your flow code in a folder called flows
build command
prefect deployment build flows/prefect_isp_flow.py:isp_flow --name "test" -q kubernetes --storage-block s3/isp-flow-filesystem
attached is the yaml fileJeff Hale
09/01/2022, 1:54 PM--path
is now possible possible in 2.3 and might be what you need. See example here.