r39132 commented on a change in pull request #4835: [AIRFLOW-XXX] Improvements
to formatted content in documentation
URL: https://github.com/apache/airflow/pull/4835#discussion_r264925756
##########
File path: docs/lineage.rst
##########
@@ -64,10 +64,19 @@ works.
run_this.set_downstream(run_this_last)
-Tasks take the parameters `inlets` and `outlets`. Inlets can be manually
defined by a list of dataset `{"datasets":
-[dataset1, dataset2]}` or can be configured to look for outlets from upstream
tasks `{"task_ids": ["task_id1", "task_id2"]}`
-or can be configured to pick up outlets from direct upstream tasks `{"auto":
True}` or a combination of them. Outlets
-are defined as list of dataset `{"datasets": [dataset1, dataset2]}`. Any
fields for the dataset are templated with
+Tasks take the parameters `inlets` and `outlets`.
+
Review comment:
Remove the new lines below
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services