You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from prefect.blocks.core import Block
Block.load("secret/psql-host").get()
Works in a regular shell but fails in Jupyter with
AttributeError Traceback (most recent call last)
Input In [8], in <cell line: 3>()
1 from prefect.blocks.core import Block
----> 3 Block.load("secret[/psql-host](http://localhost:8888/psql-host)").get()
AttributeError: 'coroutine' object has no attribute 'get'
Presumably something from #16341 that's getting tripped up by the Jupyter runtime environment (a little weird though that it doesn't happen in IPython).
Bug summary
Works in a regular shell but fails in Jupyter with
Presumably something from #16341 that's getting tripped up by the Jupyter runtime environment (a little weird though that it doesn't happen in IPython).
Version info
Additional context
No response
The text was updated successfully, but these errors were encountered: