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
Ploomber allows users to execute functions after a task/dag finishes/fails (hooks). However, this logic is implemented in the Ploomber local executor and gets lost when exporting to other platforms.
We should document this behavior in the code: if we detect that the loaded pipeline contains hooks, print a warning saying it's not supported.
The text was updated successfully, but these errors were encountered:
Ploomber allows users to execute functions after a task/dag finishes/fails (hooks). However, this logic is implemented in the Ploomber local executor and gets lost when exporting to other platforms.
We should document this behavior in the code: if we detect that the loaded pipeline contains hooks, print a warning saying it's not supported.
The text was updated successfully, but these errors were encountered: