mobuchowski opened a new issue, #38771:
URL: https://github.com/apache/airflow/issues/38771
### Body
In the basic use case, this should report correct AIP-60 dataset to
HookLineageCollector
```
from airflow.io.path import ObjectStoragePath
base = ObjectStoragePath("s3://my-bucket/", conn_id="aws_default") #
conn_id is optional
@task
def read_file(path: ObjectStoragePath) -> str:
with path.open() as f:
return f.read()
```
### Committer
- [X] I acknowledge that I am a maintainer/committer of the Apache Airflow
project.
--
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]