ramitkataria commented on PR #51719: URL: https://github.com/apache/airflow/pull/51719#issuecomment-2982177782
> This tests the `MwaaTaskSensor` and `MwaaDagRunSensor` sensors during execution of DAG Run rather than only afterwards Wouldn't it still wait for the dag run to complete? I think in this case the waiting would always be in deferrable mode instead of using the config value for `operators.default_deferrable` which would probably be the preferred method so that we can test both cases by just changing the config value, without having to modify the code If we want to test the sensor during execution, we could run the dag again in another task before the sensor task but I'm not sure if we want to be that exhaustive in system tests -- 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]
