vincbeck commented on PR #47818:
URL: https://github.com/apache/airflow/pull/47818#issuecomment-2730601081
This causes an error in main:
```
FAILED
providers/amazon/tests/unit/amazon/aws/hooks/test_s3.py::TestAwsS3Hook::test_download_file_with_preserve_name_exposes_lineage
- AssertionError: assert 0 == 1
+ where 0 = len([])
+ where [] =
HookLineage(inputs=[AssetLineageInfo(asset=Asset(name='s3://test_bucket/test_key/test.log',
uri='s3://test_bucket/test..., watchers=[]), count=1,
context=<airflow.providers.amazon.aws.hooks.s3.S3Hook object at
0x7f4419c711c0>)], outputs=[]).outputs
+ where
HookLineage(inputs=[AssetLineageInfo(asset=Asset(name='s3://test_bucket/test_key/test.log',
uri='s3://test_bucket/test..., watchers=[]), count=1,
context=<airflow.providers.amazon.aws.hooks.s3.S3Hook object at
0x7f4419c711c0>)], outputs=[]) = <airflow.lineage.hook.HookLineageCollector
object at 0x7f441fc276a0>.collected_assets
```
Looking into it
--
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]