João Esteves
Results
2
comments of
João Esteves
I had the same problem, and only using `TypeAlias` and silencing mypy I was able to circumvent this issue and properly have code completion on VSCode. ```python from typing import...
Is there any update on this issue? I'm trying to use both **fake-gcs-server** and **bigquery-emulator** to mock their respective Google Operator calls on Airflow for local development, and I'm getting...