uranusjr commented on code in PR #41348:
URL: https://github.com/apache/airflow/pull/41348#discussion_r1770747124
##########
airflow/lineage/__init__.py:
##########
@@ -104,7 +104,7 @@ def prepare_lineage(func: T) -> T:
* "auto" -> picks up any outlets from direct upstream tasks that have
outlets defined, as such that
if A -> B -> C and B does not have outlets but A does, these are
provided as inlets.
* "list of task_ids" -> picks up outlets from the upstream task_ids
- * "list of datasets" -> manually defined list of data
+ * "list of assets" -> manually defined list of asset
Review Comment:
(This is one of the many reasons why we want to rename, fwiw.)
--
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]