Michael Prasuhn
03/22/2022, 5:30 PMdagit
after upgrading dagster from 0.12.11 to 0.14.5:
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "/Users/mdp/ioby-data/.venv/lib/python3.8/site-packages/uvicorn/protocols/http/httptools_impl.py", line 371, in run_asgi
asgi = app(self.scope)
TypeError: __call__() missing 2 required positional arguments: 'receive' and 'send'
alex
03/22/2022, 5:35 PMuvicorn
Michael Prasuhn
03/22/2022, 5:39 PMalex
03/22/2022, 5:43 PM>=0.12.0
which is where [standard]
was added