removedInput schema / properties / dag_ids
Removed value: -{
- "default": null,
- "items": {
- "type": "string"
- },
- "title": "Dag Ids",
- "type": "array"
-}
removedInput schema / properties / dag_run_ids
Removed value: -{
- "default": null,
- "items": {
- "type": "string"
- },
- "title": "Dag Run Ids",
- "type": "array"
-}
removedInput schema / properties / duration_gte
Removed value: -{
- "default": null,
- "title": "Duration Gte",
- "type": "number"
-}
removedInput schema / properties / duration_lte
Removed value: -{
- "default": null,
- "title": "Duration Lte",
- "type": "number"
-}
removedInput schema / properties / end_date_gte
Removed value: -{
- "default": null,
- "title": "End Date Gte",
- "type": "string"
-}
removedInput schema / properties / end_date_lte
Removed value: -{
- "default": null,
- "title": "End Date Lte",
- "type": "string"
-}
removedInput schema / properties / execution_date_gte
Removed value: -{
- "default": null,
- "title": "Execution Date Gte",
- "type": "string"
-}
removedInput schema / properties / execution_date_lte
Removed value: -{
- "default": null,
- "title": "Execution Date Lte",
- "type": "string"
-}
addedInput schema / properties / limit
Added value: +{
+ "default": 100,
+ "title": "Limit",
+ "type": "integer"
+}
addedInput schema / properties / offset
Added value: +{
+ "default": 0,
+ "title": "Offset",
+ "type": "integer"
+}
removedInput schema / properties / pool
Removed value: -{
- "default": null,
- "items": {
- "type": "string"
- },
- "title": "Pool",
- "type": "array"
-}
removedInput schema / properties / queue
Removed value: -{
- "default": null,
- "items": {
- "type": "string"
- },
- "title": "Queue",
- "type": "array"
-}
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 / items
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / state / type
Removed value: -"array"
removedInput schema / properties / task_ids
Removed value: -{
- "default": null,
- "items": {
- "type": "string"
- },
- "title": "Task Ids",
- "type": "array"
-}