uranusjr commented on code in PR #52325: URL: https://github.com/apache/airflow/pull/52325#discussion_r2303252147
########## airflow-core/src/airflow/models/xcom.py: ########## @@ -258,7 +258,7 @@ def get_many( include_prior_dates: bool = False, limit: int | None = None, session: Session = NEW_SESSION, Review Comment: This (and provide_session) should be removed since the function no longer needs the session. -- 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