Tim Sanders

Results 9 issues of Tim Sanders

### Apache Airflow version 2.3.3 ### What happened If you try to backfill a DAG that uses any [deferrable operators](https://airflow.apache.org/docs/apache-airflow/stable/concepts/deferring.html), those tasks will get indefinitely stuck in a "scheduled" state....

kind:bug
area:core

### Apache Airflow version 2.3.3 (latest released) ### What happened As the title states, if you have dynamically mapped tasks inside of a `TaskGroup`, those tasks do not get the...

kind:bug
good first issue
area:core
area:UI
AIP-42

### Apache Airflow version 2.3.3 (latest released) ### What happened If you are using [Dynamic Task Mapping](https://airflow.apache.org/docs/apache-airflow/stable/concepts/dynamic-task-mapping.html) to map a Sensor with `.partial(mode='reschedule')`, and if that sensor fails its poke...

kind:bug
area:core
AIP-42

## Checklist - [X] I have checked existing issues for potential duplicates before creating this one. - [X] I have read the [Troubleshooting guide]. ## Bug description If you have...

kind: bug

### There's no existing/similar bug report. - [X] I have searched the existing issues ### This report is about a single actionable bug. - [X] I'm reporting a single actionable...

bug

Environment: - Python 3.7 - luigi 2.8.3 The docs for [`Task.on_failure`](https://luigi.readthedocs.io/en/stable/api/luigi.task.html#luigi.task.Task.on_failure) state: > The returned value of this method is json encoded and sent to the scheduler as the `expl`...

wontfix

Environment: - Python 3.7 - luigi 2.8.3 As the title states, if an exception is thrown inside of `Task.output()` or `Task.complete()`, the worker will end up emitting a `DEPENDENCY_MISSING` event,...

### Apache Airflow version 2.3.4 ### What happened If you try to use `Variable.get` from inside of a custom Timetable, the Scheduler will break with errors like: ``` scheduler |...

kind:bug
area:core

All requests to the server are failing with error 503. Is this project dead?