vatsrahul1001 commented on code in PR #48014: URL: https://github.com/apache/airflow/pull/48014#discussion_r2011902179
########## airflow/example_dags/example_outlet_event_extra.py: ########## @@ -26,10 +26,9 @@ import datetime from airflow.decorators import task -from airflow.models.dag import DAG from airflow.providers.standard.operators.bash import BashOperator -from airflow.sdk.definitions.asset import Asset -from airflow.sdk.definitions.asset.metadata import Metadata +from airflow.sdk import DAG, Asset +from airflow.sdk.metadata import Metadata Review Comment: @kaxil Getting ImportError with this. `ModuleNotFoundError: No module named 'airflow.sdk.metadata'` -- 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]
