This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 8a50232e7fae27bd86d7e4071a272cfa7ff5ef44 Author: James Ko <[email protected]> AuthorDate: Fri Sep 29 20:06:12 2023 -0400 Correct docs for multi-value select (#34690) (cherry picked from commit 8e935861f6bd0529543756d3b750de218aef5462) --- docs/apache-airflow/core-concepts/params.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow/core-concepts/params.rst b/docs/apache-airflow/core-concepts/params.rst index 512057e6d8..e5bf04ae62 100644 --- a/docs/apache-airflow/core-concepts/params.rst +++ b/docs/apache-airflow/core-concepts/params.rst @@ -255,11 +255,11 @@ The following features are supported in the Trigger UI Form: - | Generates a HTML multi line text field, | every line edited will be made into a | string array as value. - - * | If you add the attribute ``example`` + - * | If you add the attribute ``examples`` | with a list, a multi-value select option | will be generated instead of a free text field. * | ``values_display={"a": "Alpha", "b": "Beta"}``: - | For multi-value selects ``example`` you can add + | For multi-value selects ``examples`` you can add | the attribute ``values_display`` with a dict and | map data values to display labels. * | If you add the attribute ``items``, a JSON entry
