You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pipeline SDK only provides an API to either load reusable components from the "fondant hub", which is currently still the components directory in the fondant repository, or to load a custom component from the local file system.
We should make it easy to share components using a private hub as well. Only the fondant_component.yaml specs need to be available in such a hub, which could be done on a remote file system. We could parametrize the current from_registry mechanism to accept a url to a private registry and use fsspec to access it.
Credentials would be needed as well, but since this runs "locally" during compile time, these can be set in the user environment, and might only need documentation.
The text was updated successfully, but these errors were encountered:
The pipeline SDK only provides an API to either load reusable components from the "fondant hub", which is currently still the
components
directory in the fondant repository, or to load a custom component from the local file system.We should make it easy to share components using a private hub as well. Only the
fondant_component.yaml
specs need to be available in such a hub, which could be done on a remote file system. We could parametrize the currentfrom_registry
mechanism to accept a url to a private registry and usefsspec
to access it.Credentials would be needed as well, but since this runs "locally" during compile time, these can be set in the user environment, and might only need documentation.
The text was updated successfully, but these errors were encountered: