Lee-W commented on code in PR #66269: URL: https://github.com/apache/airflow/pull/66269#discussion_r3505134642
########## task-sdk/src/airflow/sdk/__init__.pyi: ########## @@ -53,13 +53,21 @@ from airflow.sdk.definitions.asset import ( from airflow.sdk.definitions.asset.access_control import AssetAccessControl as AssetAccessControl from airflow.sdk.definitions.asset.decorators import asset as asset from airflow.sdk.definitions.asset.metadata import Metadata as Metadata +from airflow.sdk.definitions.callback import ( Review Comment: I feel this should be a separate PR: one for, for example, Dag and one for the fix. I was confused when I see code changes in a example Dag pr. or we should at least rename the PR -- 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]
