`PrefectException: Failed to resolve inputs in parameter 'project'. If your parameter type is not supported, consider using the
quote
annotation to skip resolution of inputs.` anyone ever see nthis error before?
Cody Webb
08/25/2023, 5:24 PM
this is working in a notebook but when i start the flow from streamlit with asyncio.run() it does this
Cody Webb
08/25/2023, 5:29 PM
im checking the parameter in logs and everything looks fine up to the point the deployment starts
Cody Webb
08/25/2023, 5:50 PM
and the parameter is there as im using it earlier in the function to set other settings and write some metadata, could it be because if the asyncio.run()?
j
Jake Kaplan
08/25/2023, 7:07 PM
Do you see another exception above that in the traceback? It would be the original exception that was caught and then the
PrefectException
is raised
c
Cody Webb
08/25/2023, 7:21 PM
ahh i think i got it a little further past there. i had to use
from prefect.utilities.annotations import quote
and wrap in quote and now seems to be kicking off the flow
Cody Webb
08/25/2023, 7:23 PM
lol now im getting TypeError: object NoneType can't be used in 'await' expression but its weird, it kicked off my flow and is running correctly
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.