Skip to content

Commit

Permalink
Add whitespace after inline literal in docs (#39401)
Browse files Browse the repository at this point in the history
(cherry picked from commit a1c873c)
  • Loading branch information
Taragolis authored and ephraimbuddy committed Jun 4, 2024
1 parent 3562374 commit dff4a12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/apache-airflow/core-concepts/dag-run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ Using UI
In the UI the parameters to trigger a DAG can be better represented via ``params`` definition as described in
:ref:`concepts:params` documentation. Via defined params a proper form for value entry is rendered.

If the DAG does not define ``params``the form is usually skipped, via the configuration option ``show_trigger_form_if_no_params``
If the DAG does not define ``params`` the form is usually skipped, via the configuration option ``show_trigger_form_if_no_params``
it is possible to force the display the classic form of a dict-only entry to pass configuration options.

.. image:: ../img/example_passing_conf.png
Expand Down
2 changes: 1 addition & 1 deletion docs/apache-airflow/templates-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Deprecated Variable Description
``{{ tomorrow_ds }}`` the day after the execution date as ``YYYY-MM-DD``
``{{ tomorrow_ds_nodash }}`` the day after the execution date as ``YYYYMMDD``
``{{ prev_execution_date_success }}`` execution date from prior successful DAG run;
you may be able to use ``prev_data_interval_start_success``instead if
you may be able to use ``prev_data_interval_start_success`` instead if
the timetable/schedule you use for the DAG defines ``data_interval_start``
compatible with the legacy ``execution_date``.
===================================== ==========================================================================
Expand Down

0 comments on commit dff4a12

Please sign in to comment.