potiuk commented on code in PR #40819: URL: https://github.com/apache/airflow/pull/40819#discussion_r1682748569
########## airflow/lineage/hook.py: ########## @@ -139,10 +139,10 @@ class NoOpCollector(HookLineageCollector): It is used when you want to disable lineage collection. """ - def add_input_dataset(self, *_): + def add_input_dataset(self, *_, **__): Review Comment: Does it mean, that we have implicit Airflow 2.10 dependency ? -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org