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
Is your feature request related to a problem? Please describe.
JobsHealth and JobsHealthRules are implemented in the Bundles Model but are missing from Brickflows Util Core (src/core/brickflow_utils.py) this means that Brickflow cannot be used to implement runtime timeout warning notifications.
Cloud Information
AWS
Azure
GCP
Other
Description:
It would be nice if Brickflow Util Core included these options in the workflow and task definitions.
Describe alternatives you've considered
The alternative to this would be to not use brickflow Additional context
health: Optional[JobsHealth] = None
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
JobsHealth and JobsHealthRules are implemented in the Bundles Model but are missing from Brickflows Util Core (src/core/brickflow_utils.py) this means that Brickflow cannot be used to implement runtime timeout warning notifications.
Cloud Information
Description:
It would be nice if Brickflow Util Core included these options in the workflow and task definitions.
Describe alternatives you've considered
The alternative to this would be to not use brickflow
Additional context
health: Optional[JobsHealth] = None
The text was updated successfully, but these errors were encountered: