{dask_executor.py:88} ERROR - Failed to execute task: TypeError('airflow_run() takes 0 positional arguments but 1 was given') code example
Example: TypeError: custom_openapi() takes 0 positional arguments but 1 was given
Replace this in the docs:
def custom_openapi():
with this:
def custom_openapi(root_path):