Bowrna commented on code in PR #25711:
URL: https://github.com/apache/airflow/pull/25711#discussion_r964372448


##########
docs/apache-airflow/concepts/params.rst:
##########
@@ -80,6 +80,11 @@ This way, the Param's type is respected when its provided to 
your task.
 
     # prints <class 'str'> by default
     # prints <class 'int'> if render_template_as_native_obj=True
+    @task(task_id="template_type")
+    def print_type(x):
+        print(type(x))
+
+    print_type("{{ params.int_param }}")
     PythonOperator(

Review Comment:
   yes i will do it. i forgot to remove it



-- 
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]

Reply via email to