dabla commented on PR #55068: URL: https://github.com/apache/airflow/pull/55068#issuecomment-3531189354
> Thanks for the update! > > I haven't fully understood the whole fix yet, but the use the same setup (with latest commit from your PR). It results in that the mapped TI will now stuck in `running` state instead of `deferred` state. (For previous version, all the mapped TI will directly go to `fail` state) The issue was in the _expand method where I popped the start_from_trigger and start_trigger_args from the partial_kwargs instead of getting those which leaded to the previous validation error you got as those where then passed to the [MappedOperator](https://github.com/apache/airflow/pull/55068/files#diff-6a0a9c8e3900c6612b4b7b28267d610b05645c1d00cf4309767b8496ba215851R230) but weren't available as partial_kwargs for the operator to be unmapped. -- 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]
