Skip to content

Fix trigger template rendering failure when operator template_fields differ from trigger attributes#64715

Merged
dabla merged 2 commits intoapache:mainfrom
dabla:fix/template-rendering-failure-when-trigger-attrs-differ
Apr 9, 2026
Merged

Fix trigger template rendering failure when operator template_fields differ from trigger attributes#64715
dabla merged 2 commits intoapache:mainfrom
dabla:fix/template-rendering-failure-when-trigger-attrs-differ

Conversation

@dabla
Copy link
Copy Markdown
Contributor

@dabla dabla commented Apr 4, 2026

Fix trigger template rendering failure when operator template_fields differ from trigger attributes as reported by @kaxil in PR #55068.


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@dabla dabla force-pushed the fix/template-rendering-failure-when-trigger-attrs-differ branch from adae67a to 49ee8c0 Compare April 4, 2026 13:54
@dabla dabla added the backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch label Apr 8, 2026
@dabla dabla requested a review from jscheffl April 8, 2026 06:23
@dabla dabla merged commit f089b5b into apache:main Apr 9, 2026
82 checks passed
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Backport failed to create: v3-2-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-2-test Commit Link

You can attempt to backport this manually by running:

cherry_picker f089b5b v3-2-test

This should apply the commit to the v3-2-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

@github-actions github-actions bot added this to the Airflow 3.2.1 milestone Apr 9, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 9, 2026

Hi maintainer, this PR was merged without a milestone set.
We've automatically set the milestone to Airflow 3.2.1 based on: backport label targeting v3-2-test
If this milestone is not correct, please update it to the appropriate milestone.

This comment was generated by Milestone Tag Assistant.

@dabla
Copy link
Copy Markdown
Contributor Author

dabla commented Apr 9, 2026

@kaxil @vatsrahul1001

Seems like the PR for template rendering with start_from_trigger didn't make it into 3.2? As I have merge conflicts for this backport and TaskInstance.defer_task doesn't exist? Is it then for 3.3?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-to-v3-2-test Mark PR with this label to backport to v3-2-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants