Moe
07/28/2023, 3:25 PMC:\Program Files\Python310\lib\runpy.py:126: RuntimeWarning: 'prefect.engine' found in sys.modules after import of package 'prefect', but prior to execution of 'prefect.engine'; this may result in unpredictable behaviour
Nate
07/28/2023, 3:53 PMprefect.engine
has been previously imported, which would more common on reused / non-containerized runtime environmentsMoe
07/28/2023, 3:56 PM