Ash Berlin-Taylor

Results 323 comments of Ash Berlin-Taylor

(If someone wants to finish this off before I'm back on week starting 6th January feel free.)

This is very much at the "boring ground work stage" - once we've got this covered we can add some of the execution changes which is not of the n"execution...

@kaxil @jscheffl I've just pushed latest changes to this. Probably not worth looking at it again until I've finished it and have a decent idea that the tests are passing...

Current mypy status: > Found 58 errors in 41 files (checked 1135 source files) Test wise, at least `tests/models/test_baseoperator.py` and `task_sdk/tests/` are passing.

Okay, we should be getting there now. Mypy should be happy, most of tests/models should pass ``` FAILED tests/models/test_mappedoperator.py::test_task_mapping_default_args - AssertionError: assert equals failed 'airflow' 'test' FAILED tests/models/test_mappedoperator.py::test_task_mapping_override_default_args - AssertionError:...

Taking this out of draft now as it is almost there, a few small errors to chase down/correct but otherwise where we want it to be. (Well that's not true,...

Some note about the future direction of this: Right now the scheduler is still depending upon the TaskSDK, but that is _mostly_ to make the change as small as we...

There are lots more things to move over to the TaskSDK before AIP-72 will be complete which we will track in the project board, but since this is the big...