Lee-W commented on code in PR #45798:
URL: https://github.com/apache/airflow/pull/45798#discussion_r1922971222
##########
airflow/lineage/hook.py:
##########
@@ -159,6 +160,9 @@ def add_input_asset(
asset_extra: dict | None = None,
):
"""Add the input asset and its corresponding hook execution context to
the collector."""
+ if len(self._inputs) >= 100:
Review Comment:
Should we extract this `100` as a variable?
--
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]