We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alguém saberia como resolvo o erro abaixo:
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/airflow/www/templates/admin/master.html", linha 191, no bloco "page_body" {% block body%} Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/airflow/www/templates/airflow/dags.html", linha 84, no bloco "body" Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/helpers.py", linha 370, em url_for return appctx.app.handle_url_build_error (erro, endpoint, valores) Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/app.py", linha 2216, em handle_url_build_error reraise (exc_type, exc_value, tb) Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/_compat.py", linha 39, em reraise aumentar o valor Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/helpers.py", linha 358, em url_for endpoint, valores, método = método, force_external = externo Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/werkzeug/routing.py", linha 2020, em compilação aumentar BuildError (endpoint, valores, método, self) werkzeug.routing.BuildError: Não foi possível construir url para o endpoint 'airflow.tste' com os valores ['dag_id']. Você quis dizer 'airflow.task' em vez disso?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Alguém saberia como resolvo o erro abaixo:
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/airflow/www/templates/admin/master.html", linha 191, no bloco "page_body"
{% block body%}
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/airflow/www/templates/airflow/dags.html", linha 84, no bloco "body"
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/helpers.py", linha 370, em url_for
return appctx.app.handle_url_build_error (erro, endpoint, valores)
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/app.py", linha 2216, em handle_url_build_error
reraise (exc_type, exc_value, tb)
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/_compat.py", linha 39, em reraise
aumentar o valor
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/flask/helpers.py", linha 358, em url_for
endpoint, valores, método = método, force_external = externo
Arquivo "/mnt/dados/airflow/.local/lib/python3.6/site-packages/werkzeug/routing.py", linha 2020, em compilação
aumentar BuildError (endpoint, valores, método, self)
werkzeug.routing.BuildError: Não foi possível construir url para o endpoint 'airflow.tste' com os valores ['dag_id']. Você quis dizer 'airflow.task' em vez disso?
The text was updated successfully, but these errors were encountered: