ferruzzi commented on PR #39245:
URL: https://github.com/apache/airflow/pull/39245#issuecomment-2080116389
Alright. @vincbeck I believe I have address the concerns you raised
I just ran the system test end to end three times:
```
default_args={deferrable=True, wait_for_completion=False}
```
```
default_args={deferrable=False, wait_for_completion=True}
```
```
default_args={deferrable=False, wait_for_completion=False}
```
and it passes all three ways.
While I was at it, I was pretty behind so I also rebased. Sorry for the
force push.
I'll have to sort out that failing static check on Monday, it looks like
maybe I have a boto call in top-level code somewhere in the system test,
perhaps? Not sure.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]