Skip to content

Commit

Permalink
Fix dag warning documentation (#42858)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrejeambrun authored Oct 10, 2024
1 parent 420b24a commit b7c8ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/api_connexion/openapi/v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3463,7 +3463,7 @@ components:
allOf:
- type: object
properties:
import_errors:
dag_warnings:
type: array
items:
$ref: "#/components/schemas/DagWarning"
Expand Down
2 changes: 1 addition & 1 deletion airflow/www/static/js/types/api-generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1263,7 +1263,7 @@ export interface components {
};
/** @description Collection of DAG warnings. */
DagWarningCollection: {
import_errors?: components["schemas"]["DagWarning"][];
dag_warnings?: components["schemas"]["DagWarning"][];
} & components["schemas"]["CollectionInfo"];
SetDagRunNote: {
/** @description Custom notes left by users for this Dag Run. */
Expand Down

0 comments on commit b7c8ebb

Please sign in to comment.