You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "fbertsch (via GitHub)" <gi...@apache.org> on 2023/02/28 16:21:47 UTC

[GitHub] [airflow] fbertsch commented on a diff in pull request #29805: Minor improvements to Param docs

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

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