[GitHub] [airflow] jedcunningham commented on a diff in pull request #22909: Fix bug where dynamically mapped tasks got set to REMOVED

2022-04-11 Thread GitBox
jedcunningham commented on code in PR #22909: URL: https://github.com/apache/airflow/pull/22909#discussion_r847691219 ## airflow/models/dagrun.py: ## @@ -697,8 +697,9 @@ def _get_ready_tis( old_states[schedulable.key] = old_state continue -

[GitHub] [airflow] jedcunningham commented on a diff in pull request #22909: Fix bug where dynamically mapped tasks got set to REMOVED

2022-04-11 Thread GitBox
jedcunningham commented on code in PR #22909: URL: https://github.com/apache/airflow/pull/22909#discussion_r847411405 ## tests/models/test_dagrun.py: ## @@ -1036,14 +1036,17 @@ def test_mapped_mixed__literal_not_expanded_at_create(dag_maker, session): mapped = MockOper