Brice Loustau

Results 5 comments of Brice Loustau

This bug is still present on Airflow 2.5.1 by my experience. `on_failure_callback` works when the task fails "normally", but not when I mark it as failed manually. This issue should...

@potiuk It's the same issue, and it's easy to reproduce: just interrupt a task manually (in the UI) and observe that `on_failure_callback` is not called. Please try and let me...

@potiuk This issue was automatically closed by a bot without being solved. I am confirming that it is in fact not solved as of 2.5.1, having the exact same behavior....

Piggybacking, I noted similar bugs: ``` dbt ls --resource-type=test dbt ls --select resource_type:test ``` The first command picks up unit tests, the second doesn't. ``` dbt ls --resource-type=model dbt ls...

Adding to this issue, here's another example I ran into: This looks very silly.