vincbeck commented on code in PR #63499:
URL: https://github.com/apache/airflow/pull/63499#discussion_r2941064968


##########
providers/amazon/src/airflow/providers/amazon/aws/hooks/s3.py:
##########
@@ -1374,9 +1376,10 @@ def _upload_file_obj(
             Config=self.transfer_config,
         )
         # No input because file_obj can be anything - handle in calling 
function if possible
-        get_hook_lineage_collector().add_output_asset(
-            context=self, scheme="s3", asset_kwargs={"bucket": bucket_name, 
"key": key}
-        )
+        if getattr(self, "enable_hook_level_lineage", True):

Review Comment:
   This is not addressed. 



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