ferruzzi commented on code in PR #31816:
URL: https://github.com/apache/airflow/pull/31816#discussion_r1224903303
##########
airflow/providers/amazon/aws/operators/sagemaker.py:
##########
@@ -42,9 +43,19 @@
def serialize(result: dict) -> str:
+ logging.getLogger(__name__).error(result)
return json.loads(json.dumps(result, cls=AirflowJsonEncoder))
+def path_to_s3_dataset(path):
+ from openlineage.client.run import Dataset
Review Comment:
I'm not seeing a reason for this to be imported locally down here?
--
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]