Lee-W commented on code in PR #41348:
URL: https://github.com/apache/airflow/pull/41348#discussion_r1770751939
##########
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:
ah, got it. I misunderstood this one. 🤦♂️ Let me update it.
--
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]