Skip to content

Commit

Permalink
Wording tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored and kaxil committed Sep 17, 2021
1 parent 441188d commit c08db80
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/apache-airflow/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@ commonly attempted in ``user_defined_macros``.
bo = BashOperator(task_id="my_task", bash_command="echo {{ my_custom_macro }}", dag=dag)
This will echo "day={{ ds }}" instead of "day=2020-01-01" for a dagrun with ``data_interval_start`` 2020-01-01 00:00:00.
This will echo "day={{ ds }}" instead of "day=2020-01-01" for a DAG run with a
``data_interval_start`` of 2020-01-01 00:00:00.

.. code-block:: python
Expand Down

0 comments on commit c08db80

Please sign in to comment.