Lee-W commented on code in PR #41325: URL: https://github.com/apache/airflow/pull/41325#discussion_r1832442096
########## airflow/models/asset.py: ########## @@ -37,8 +39,30 @@ from airflow.models.base import Base, StringID from airflow.settings import json from airflow.utils import timezone +from airflow.utils.session import NEW_SESSION, provide_session from airflow.utils.sqlalchemy import UtcDateTime +if TYPE_CHECKING: + from typing import Sequence + + from sqlalchemy.orm import Session + + +@provide_session Review Comment: Sure. Will remove 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]
