Daniel Standish
Daniel Standish
This way we do not necessarily need to also pass the dag and do the evaluation on the server side.
### Body I think that we should also strip out everything prior to the `>` in the log group heading. It's not a real log message soe the timestamp and...
I call the component "rpc server" beacause the there isn't really just one "internal API" -- the other one is the one used by the webserver. I think we might...
Alternative to https://github.com/apache/airflow/pull/32990 resolves https://github.com/apache/airflow/issues/32638 This is a less invasive approach. Essentially, what we do here is, update `BaseOperator.resume_execution` so that when trigger times out then it raises special exception...
When we pass a task over RPC call we can't include the dag as part of the task without running into recursion trouble. So we just "elide" the dag from...
### Body This has gotten to an awkward place where we are checking that `repr(ti)` is in the list of "readable versions of ti" There's no guarantee that the executor...
Add clearing behavior for backfill User can elect to clear failed runs or completed runs in the backfill range. Also, we handle the possibility of duplicate dag runs (i.e. multiple...
### Body When running a dag with `airflow dags test` i noticed that in some of the mapped tasks, next_kwargs were null and in others they were the string value...
### Body Child of parent issue https://github.com/apache/airflow/issues/43970 As a user, you want to be able to dry run the backfill creation process from the UI. E.g. i click "create backfill"...