Replies: 2 comments 3 replies
-
|
Might it make sense to bring this into an issue, rather than a discussion? |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
FYI, this seems to have been resolved in #55068 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
We are running Airflow on AWS EKS running
CeleryKubernetesExecutorand have ~100K daily tasks and ~1500 daily dag_runs.In Airflow 2.10.0 the
start_from_triggerfeature was introduced for deferrable tasks and it's a feature that could greatly improve our performance and scaling of the cluster.We have a lot of tasks that are deferrable (mainly Redshift and BigQuery queries).
Looking and the docs for this feature, trying to implement it and looking at the feature code, it seems that
template_fieldsare not being rendered before they are passed to the triggercontextto the trigger in order to render the fields that we need to render.Is there any way to achieve this? is there any future plans to implement fields rendering before the trigger is called?
Beta Was this translation helpful? Give feedback.
All reactions