Emon Datta
11/27/2024, 12:45 AMprefect.exceptions.SignatureMismatchError: Function expects parameters ['args', 'kwargs']
I’ve deployed via prefect.yaml with no params specified, and i pass in a param via cmdline when running the flow (I’ve also tried running via the UI, same results). I’ve taken a look at the logs on the Cloud Run Job container too and didn’t see anything else clearly useful.Emon Datta
11/27/2024, 12:47 AMI did also see this warning, though afaict it shouldn’t be blocking.
/usr/lib/python3.10/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
Emon Datta
11/27/2024, 5:55 PMEmon Datta
11/27/2024, 7:00 PM