uranusjr commented on code in PR #48906: URL: https://github.com/apache/airflow/pull/48906#discussion_r2034846876
########## airflow-core/docs/core-concepts/objectstorage.rst: ########## @@ -177,7 +177,7 @@ and builds upon `Universal Pathlib <https://github.com/fsspec/universal_pathlib> the same API to interact with object storage as you would with a local filesystem. In this section we only list the differences between the two APIs. Extended operations beyond the standard Path API, like copying and moving, are listed in the next section. For details about each operation, like what arguments they take, see the documentation of -the :class:`~airflow.io.path.ObjectStoragePath` class. +the :class:`~airflow.sdk.definitions.path.ObjectStoragePath` class. Review Comment: I don’t think the Sphinx API thing (don’t remember the plugin’s name) is smart enough to recognise re-exports. This shows up to the user as just `ObjectStoragePath` anyway (the `~` prefix truncates the module name) so it’s probably OK either way. -- 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]
