We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd574a4 commit dcd32b7Copy full SHA for dcd32b7
CHANGELOG.md
@@ -17,6 +17,24 @@
17
under the License.
18
-->
19
20
+# v2.3.0
21
+
22
+Apache Airflow API version: 2.3.x
23
24
+### Major changes:
25
26
+- NA
27
28
+### Major fixes:
29
30
31
32
+### New API supported:
33
34
+- PATCH /dags | Update DAGs
35
+- GET /dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/{map_index} | Get a mapped task instance
36
+- GET /dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/listMapped | List mapped task instances
37
38
# v2.2.0
39
40
Apache Airflow API version: 2.2.x
0 commit comments