fbertsch commented on code in PR #29805:
URL: https://github.com/apache/airflow/pull/29805#discussion_r1120347423
##########
docs/apache-airflow/core-concepts/params.rst:
##########
@@ -90,7 +90,7 @@ You can change this by setting
``render_template_as_native_obj=True`` while init
with DAG(
"the_dag",
- params={"x": Param(5, type="integer", minimum=3)},
+ params={"int_param": Param(5, type="integer", minimum=3)},
render_template_as_native_obj=True
Review Comment:
```suggestion
render_template_as_native_obj=True,
```
--
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]