uranusjr commented on code in PR #29433:
URL: https://github.com/apache/airflow/pull/29433#discussion_r1197303230


##########
airflow/api_connexion/endpoints/dataset_endpoint.py:
##########
@@ -16,20 +16,30 @@
 # under the License.
 from __future__ import annotations
 
+from datetime import datetime, timezone
+
+from flask import request
+from flask_login import current_user
+from marshmallow import ValidationError
 from sqlalchemy import func
 from sqlalchemy.orm import Session, joinedload, subqueryload
 
+from airflow import Dataset

Review Comment:
   This should import from `airflow.datasets` instead.



-- 
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]

Reply via email to