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
When a DAG dependence is set on dags_dependencies after installing it the task notify to an unknown (typo) restart handler
Handler is e.g: "restart airflow-webserver" and the task has "restart airflow_webserver"
Steps to Reproduce
Declare a DAG package dependence
Go for the run
Expected behavior:
Handler restart the services normally
Actual behavior:
Handler misses the restart of the services because of a typo
Reproduces how often:
When a DAG dependence is set
Environment
The release version/s you are using:
OS: Debian 10
airflow-role: 2.0.0 and 2.0.1
The text was updated successfully, but these errors were encountered:
Description
When a DAG dependence is set on
dags_dependencies
after installing it the task notify to an unknown (typo) restart handlerHandler is e.g: "restart airflow-webserver" and the task has "restart airflow_webserver"
Steps to Reproduce
Expected behavior:
Handler restart the services normally
Actual behavior:
Handler misses the restart of the services because of a typo
Reproduces how often:
When a DAG dependence is set
Environment
The text was updated successfully, but these errors were encountered: