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
In #362, we introduced a component_from_module function to automatically detect a Fondant component in a Python file. We can do the same to automatically detect a Fondant pipeline in a Python file.
This way users can run:
fondant run pipeline.py
instead of:
fondant run pipeline:pipeline
The text was updated successfully, but these errors were encountered:
In #362, we introduced a
component_from_module
function to automatically detect a Fondant component in a Python file. We can do the same to automatically detect a Fondant pipeline in a Python file.This way users can run:
instead of:
The text was updated successfully, but these errors were encountered: