uranusjr commented on code in PR #43826: URL: https://github.com/apache/airflow/pull/43826#discussion_r1841798814
########## airflow/dag_processing/collection.py: ########## @@ -36,6 +36,7 @@ from airflow.assets import Asset, AssetAlias from airflow.assets.manager import asset_manager +from airflow.models import Trigger Review Comment: In core Airflow I prefer to always import from the actual definition location instead, i.e. `from airflow.models.trigger import Trigger`. -- 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