addedInput schema / properties / dag_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / dag_id / type
Removed value: -"string"
addedInput schema / properties / dag_run_id / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / dag_run_id / type
Removed value: -"string"
addedInput schema / properties / duration_gte / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / duration_gte / type
Removed value: -"number"
addedInput schema / properties / duration_lte / anyOf
Added value: +[
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / duration_lte / type
Removed value: -"number"
addedInput schema / properties / end_date_gte / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / end_date_gte / type
Removed value: -"string"
addedInput schema / properties / end_date_lte / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / end_date_lte / type
Removed value: -"string"
addedInput schema / properties / execution_date_gte / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / execution_date_gte / type
Removed value: -"string"
addedInput schema / properties / execution_date_lte / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / execution_date_lte / type
Removed value: -"string"
changedInput schema / properties / limit / default
Previous value: -20New value: +100
addedInput schema / properties / pool / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / pool / type
Removed value: -"string"
removedInput schema / properties / queue
Removed value: -{
- "default": null,
- "title": "Queue",
- "type": "string"
-}
addedInput schema / properties / start_date_gte / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / start_date_gte / type
Removed value: -"string"
addedInput schema / properties / start_date_lte / anyOf
Added value: +[
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / start_date_lte / type
Removed value: -"string"
addedInput schema / properties / state / anyOf
Added value: +[
+ {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ {
+ "type": "null"
+ }
+]
removedInput schema / properties / state / type
Removed value: -"string"
addedInput schema / properties / task_id
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "title": "Task Id"
+}