-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create backfill_in_progress AutomationCondition
- Loading branch information
1 parent
59c7c45
commit 83eb88d
Showing
8 changed files
with
92 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
python_modules/dagster/dagster/_core/definitions/declarative_automation/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
python_modules/dagster/dagster/_core/definitions/declarative_automation/operands/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
from dagster._core.definitions.declarative_automation.operands.operands import ( | ||
BackfillInProgressAutomationCondition as BackfillInProgressAutomationCondition, | ||
CheckResultCondition as CheckResultCondition, | ||
CodeVersionChangedCondition as CodeVersionChangedCondition, | ||
CronTickPassedCondition as CronTickPassedCondition, | ||
ExecutionFailedAutomationCondition as ExecutionFailedAutomationCondition, | ||
InitialEvaluationCondition as InitialEvaluationCondition, | ||
InLatestTimeWindowCondition as InLatestTimeWindowCondition, | ||
InProgressAutomationCondition as InProgressAutomationCondition, | ||
MissingAutomationCondition as MissingAutomationCondition, | ||
NewlyRequestedCondition as NewlyRequestedCondition, | ||
NewlyUpdatedCondition as NewlyUpdatedCondition, | ||
RunInProgressAutomationCondition as RunInProgressAutomationCondition, | ||
WillBeRequestedCondition as WillBeRequestedCondition, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters