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 da5d34c commit 1a6f6eeCopy full SHA for 1a6f6ee
CHANGELOG.md
@@ -17,6 +17,26 @@
17
under the License.
18
-->
19
20
+# v2.5.0
21
+
22
+Apache Airflow API version: 2.5.x
23
24
+### Major changes:
25
26
+- NA
27
28
+### Major fixes:
29
30
31
32
+### New API supported:
33
34
+- GET /datasets/events | Get dataset events
35
+- GET /datasets | Get datasets
36
+- GET /datasets/{id} | Get a dataset
37
+- POST /dags/{dag_id}/dagRuns/{dag_run_id}/clear | Clear a dagrun endpoint
38
+- GET /dags/{dag_id}/dagRuns/{dag_run_id}/upstreamDatasetEvents | Get dataset events for a DAG run
39
40
# v2.3.0
41
42
Apache Airflow API version: 2.3.x
0 commit comments