bolkedebruin commented on PR #37524:
URL: https://github.com/apache/airflow/pull/37524#issuecomment-1954023742
Great! Even better because I think there is a regression now @ap-- . The
modules are eagerly loaded now ie:
```
o = ObjectStoragePath("s3://xxx")
```
Will now load `s3fs` right away, which it shouldn't do as this code will be
often placed at the top of a DAG and thus loaded every single time it is parsed.
--
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]