Lee-W commented on code in PR #43773: URL: https://github.com/apache/airflow/pull/43773#discussion_r1843952123
########## airflow/example_dags/example_asset_decorator.py: ########## @@ -18,9 +18,9 @@ import pendulum -from airflow.assets import Asset from airflow.decorators import dag, task -from airflow.decorators.assets import asset +from airflow.sdk.definitions.asset import Asset +from airflow.sdk.definitions.decorators.asset import asset Review Comment: yep, I feel the same way. Will move it to asset -- 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]
