Skip to content

Commit

Permalink
fix: hooks of task
Browse files Browse the repository at this point in the history
Signed-off-by: zjgemi <[email protected]>
  • Loading branch information
zjgemi committed Oct 25, 2024
1 parent 7446003 commit 67b5876
Show file tree
Hide file tree
Showing 3 changed files with 457 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/dflow/client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from .v1alpha1_artifact import V1alpha1Artifact
from .v1alpha1_dag_task import V1alpha1DAGTask
from .v1alpha1_lifecycle_hook import V1alpha1LifecycleHook
from .v1alpha1_parameter import V1alpha1Parameter
from .v1alpha1_retry_strategy import V1alpha1RetryStrategy
Expand All @@ -8,4 +9,4 @@

__all__ = ["V1alpha1Artifact", "V1alpha1LifecycleHook", "V1alpha1Parameter",
"V1alpha1RetryStrategy", "V1alpha1Sequence", "V1alpha1ValueFrom",
"V1alpha1WorkflowStep"]
"V1alpha1WorkflowStep", "V1alpha1DAGTask"]
Loading

0 comments on commit 67b5876

Please sign in to comment.