Skip to content

Commit

Permalink
SLAMiss is nullable and not always given back when pulling task insta…
Browse files Browse the repository at this point in the history
…nces

See apache/airflow-client-python#50 for an example of the related error
  • Loading branch information
csm10495 committed Nov 1, 2022
1 parent a6153c6 commit e76b807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/static/js/types/api-generated.ts
Expand Up @@ -1156,7 +1156,7 @@ export interface components {
timestamp?: string;
description?: string | null;
notification_sent?: boolean;
};
} | null;
Trigger: {
id?: number;
classpath?: string;
Expand Down

0 comments on commit e76b807

Please sign in to comment.