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
Summary: Show consistenty issues with cron tab and schedule state in the UI
Test Plan: manual
Reviewers: alangenfeld
Reviewed By: alangenfeld
Differential Revision: https://dagster.phacility.com/D3043
Copy file name to clipboardExpand all lines: CHANGES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,16 @@
8
8
the previous pipeline failed or not.
9
9
- Added a search filter for the root Assets page
10
10
- Adds tooltip explanations for disabled run actions
11
+
- The last output of the cron job command created by the scheduler is now stored in a file. A new `dagster schedule logs {schedule_name}` command will show the log file for a given schedule. This helps uncover errors like missing environment variables and import errors.
12
+
- The dagit schedule page will now show inconsistency errors between schedule state and the cron tab that were previously only displayed by the `dagster schedule debug` command. As before, these errors can be resolve using `dagster schedule up`
11
13
12
14
**Bugfix**
13
15
14
16
- Fixes an issue with config schema validation on Arrays
15
17
- Fixes an issue with initializing K8sRunLauncher when configured via `dagster.yaml`
16
18
- Fixes a race condition in Airflow injection logic that happens when multiple Operators try to
17
19
create PipelineRun entries simultaneously.
20
+
- Fixed an issue with schedules that had invalid config not logging the appropriate error.
0 commit comments