Andy Dienes
04/18/2023, 7:41 PMsrc/myproj/file.py
and the boilerplate for flows and configs in another src/myproj
, and I was doing prefect deploy ../../src/myproj/file.py:foo
. unsurprisingly this didn't work. what's the recommended pattern here?
is it possible to include src/myproj
in the push
section of my prefect.yaml?Miguel Moncada
04/19/2023, 11:09 AMAvinash Santhanagopalan
04/20/2023, 9:31 PM