uranusjr commented on a change in pull request #21158:
URL: https://github.com/apache/airflow/pull/21158#discussion_r795006915
##########
File path: docs/apache-airflow/lineage.rst
##########
@@ -71,7 +71,7 @@ for the downstream task.
.. note:: Operators can add inlets and outlets automatically if the operator
supports it.
-In the example DAG task ``run_this`` (task_id=``run_me_first``) is a
BashOperator that takes 3 inlets: ``CAT1``, ``CAT2``, ``CAT3``, that are
+In the example DAG task ``run_this`` (task_id = ``run_me_first``) is a
BashOperator that takes 3 inlets: ``CAT1``, ``CAT2``, ``CAT3``, that are
Review comment:
```suggestion
In the example DAG task ``run_this`` (``task_id=run_me_first``) is a
BashOperator that takes 3 inlets: ``CAT1``, ``CAT2``, ``CAT3``, that are
```
Whitespace is not the problem, this is formatted incorrectly.
--
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]