raphaelauv commented on code in PR #37028:
URL: https://github.com/apache/airflow/pull/37028#discussion_r1625835995


##########
airflow/models/abstractoperator.py:
##########
@@ -696,6 +696,9 @@ def get_template_env(self, dag: DAG | None = None) -> 
jinja2.Environment:
             dag = self.get_dag()
         return super().get_template_env(dag=dag)
 
+    def render_value(self, context: Context, jinja_env: jinja2.Environment, 
value):
+        return self.render_template(value, context, jinja_env)

Review Comment:
   done



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to