You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ep...@apache.org on 2023/12/19 08:54:24 UTC

(airflow-client-python) 01/01: Add Client Version 2.8.0

This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch release_280
in repository https://gitbox.apache.org/repos/asf/airflow-client-python.git

commit 125747066c38501a8643329f47d257fe0161484b
Author: Ephraim Anierobi <sp...@gmail.com>
AuthorDate: Tue Dec 19 09:54:11 2023 +0100

    Add Client Version 2.8.0
---
 CHANGELOG.md                                       | 20 ++++++++++++
 airflow_client/.openapi-generator/FILES            |  3 ++
 airflow_client/README.md                           |  5 +--
 airflow_client/client/__init__.py                  |  4 +--
 airflow_client/client/api/config_api.py            |  2 +-
 airflow_client/client/api/connection_api.py        |  2 +-
 airflow_client/client/api/dag_api.py               |  2 +-
 airflow_client/client/api/dag_run_api.py           |  2 +-
 airflow_client/client/api/dag_warning_api.py       |  2 +-
 airflow_client/client/api/dataset_api.py           |  2 +-
 airflow_client/client/api/event_log_api.py         | 38 +++++++++++++++++++++-
 airflow_client/client/api/import_error_api.py      |  2 +-
 airflow_client/client/api/monitoring_api.py        |  2 +-
 airflow_client/client/api/permission_api.py        |  2 +-
 airflow_client/client/api/plugin_api.py            |  2 +-
 airflow_client/client/api/pool_api.py              |  2 +-
 airflow_client/client/api/provider_api.py          |  2 +-
 airflow_client/client/api/role_api.py              |  2 +-
 airflow_client/client/api/task_instance_api.py     |  2 +-
 airflow_client/client/api/user_api.py              |  2 +-
 airflow_client/client/api/variable_api.py          |  2 +-
 airflow_client/client/api/x_com_api.py             |  2 +-
 airflow_client/client/api_client.py                |  4 +--
 airflow_client/client/configuration.py             |  6 ++--
 airflow_client/client/exceptions.py                |  2 +-
 airflow_client/client/model/action.py              |  2 +-
 airflow_client/client/model/action_collection.py   |  2 +-
 .../client/model/action_collection_all_of.py       |  2 +-
 airflow_client/client/model/action_resource.py     |  2 +-
 airflow_client/client/model/basic_dag_run.py       |  2 +-
 airflow_client/client/model/class_reference.py     |  2 +-
 airflow_client/client/model/clear_dag_run.py       |  2 +-
 .../client/model/clear_task_instances.py           |  2 +-
 airflow_client/client/model/collection_info.py     |  2 +-
 airflow_client/client/model/color.py               |  2 +-
 airflow_client/client/model/config.py              |  2 +-
 airflow_client/client/model/config_option.py       |  2 +-
 airflow_client/client/model/config_section.py      |  2 +-
 airflow_client/client/model/connection.py          |  2 +-
 airflow_client/client/model/connection_all_of.py   |  2 +-
 .../client/model/connection_collection.py          |  2 +-
 .../client/model/connection_collection_all_of.py   |  2 +-
 .../client/model/connection_collection_item.py     |  2 +-
 airflow_client/client/model/connection_test.py     |  2 +-
 airflow_client/client/model/cron_expression.py     |  2 +-
 airflow_client/client/model/dag.py                 |  2 +-
 airflow_client/client/model/dag_collection.py      |  2 +-
 .../client/model/dag_collection_all_of.py          |  2 +-
 airflow_client/client/model/dag_detail.py          |  8 ++---
 airflow_client/client/model/dag_detail_all_of.py   |  8 ++---
 .../client/model/dag_processor_status.py           |  2 +-
 airflow_client/client/model/dag_run.py             |  2 +-
 airflow_client/client/model/dag_run_collection.py  |  2 +-
 .../client/model/dag_run_collection_all_of.py      |  2 +-
 .../client/model/dag_schedule_dataset_reference.py |  2 +-
 airflow_client/client/model/dag_state.py           |  2 +-
 airflow_client/client/model/dag_warning.py         |  2 +-
 .../client/model/dag_warning_collection.py         |  2 +-
 .../client/model/dag_warning_collection_all_of.py  |  2 +-
 airflow_client/client/model/dataset.py             |  2 +-
 airflow_client/client/model/dataset_collection.py  |  2 +-
 .../client/model/dataset_collection_all_of.py      |  2 +-
 airflow_client/client/model/dataset_event.py       |  2 +-
 .../client/model/dataset_event_collection.py       |  2 +-
 .../model/dataset_event_collection_all_of.py       |  2 +-
 airflow_client/client/model/error.py               |  2 +-
 airflow_client/client/model/event_log.py           |  2 +-
 .../client/model/event_log_collection.py           |  2 +-
 .../client/model/event_log_collection_all_of.py    |  2 +-
 airflow_client/client/model/extra_link.py          |  2 +-
 .../client/model/extra_link_collection.py          |  2 +-
 airflow_client/client/model/health_info.py         |  2 +-
 airflow_client/client/model/health_status.py       |  2 +-
 airflow_client/client/model/import_error.py        |  2 +-
 .../client/model/import_error_collection.py        |  2 +-
 .../client/model/import_error_collection_all_of.py |  2 +-
 airflow_client/client/model/inline_response200.py  |  2 +-
 airflow_client/client/model/inline_response2001.py |  2 +-
 airflow_client/client/model/job.py                 |  2 +-
 airflow_client/client/model/list_dag_runs_form.py  |  2 +-
 .../client/model/list_task_instance_form.py        |  2 +-
 airflow_client/client/model/metadatabase_status.py |  2 +-
 airflow_client/client/model/plugin_collection.py   |  2 +-
 .../client/model/plugin_collection_all_of.py       |  2 +-
 .../client/model/plugin_collection_item.py         | 14 +++++++-
 airflow_client/client/model/pool.py                |  2 +-
 airflow_client/client/model/pool_collection.py     |  2 +-
 .../client/model/pool_collection_all_of.py         |  2 +-
 airflow_client/client/model/provider.py            |  2 +-
 airflow_client/client/model/provider_collection.py |  2 +-
 airflow_client/client/model/relative_delta.py      |  2 +-
 airflow_client/client/model/resource.py            |  2 +-
 airflow_client/client/model/role.py                |  2 +-
 airflow_client/client/model/role_collection.py     |  2 +-
 .../client/model/role_collection_all_of.py         |  2 +-
 airflow_client/client/model/schedule_interval.py   |  2 +-
 airflow_client/client/model/scheduler_status.py    |  2 +-
 airflow_client/client/model/set_dag_run_note.py    |  2 +-
 .../client/model/set_task_instance_note.py         |  2 +-
 airflow_client/client/model/sla_miss.py            |  2 +-
 airflow_client/client/model/tag.py                 |  2 +-
 airflow_client/client/model/task.py                |  2 +-
 airflow_client/client/model/task_collection.py     |  2 +-
 airflow_client/client/model/task_extra_links.py    |  2 +-
 airflow_client/client/model/task_instance.py       |  2 +-
 .../client/model/task_instance_collection.py       |  2 +-
 .../model/task_instance_collection_all_of.py       |  2 +-
 .../client/model/task_instance_reference.py        |  2 +-
 .../model/task_instance_reference_collection.py    |  2 +-
 .../client/model/task_outlet_dataset_reference.py  |  2 +-
 airflow_client/client/model/task_state.py          |  2 +-
 airflow_client/client/model/time_delta.py          |  2 +-
 airflow_client/client/model/trigger.py             |  2 +-
 airflow_client/client/model/trigger_rule.py        |  2 +-
 airflow_client/client/model/triggerer_status.py    |  2 +-
 .../client/model/update_dag_run_state.py           |  2 +-
 .../client/model/update_task_instance.py           | 19 ++++++-----
 .../client/model/update_task_instances_state.py    | 19 ++++++-----
 .../model/{dag_state.py => update_task_state.py}   | 19 +++++------
 airflow_client/client/model/user.py                |  2 +-
 airflow_client/client/model/user_all_of.py         |  2 +-
 airflow_client/client/model/user_collection.py     |  2 +-
 .../client/model/user_collection_all_of.py         |  2 +-
 .../client/model/user_collection_item.py           |  2 +-
 .../client/model/user_collection_item_roles.py     |  2 +-
 airflow_client/client/model/variable.py            |  2 +-
 airflow_client/client/model/variable_all_of.py     |  2 +-
 airflow_client/client/model/variable_collection.py |  2 +-
 .../client/model/variable_collection_all_of.py     |  2 +-
 .../client/model/variable_collection_item.py       |  2 +-
 airflow_client/client/model/version_info.py        |  2 +-
 airflow_client/client/model/weight_rule.py         |  2 +-
 airflow_client/client/model/x_com.py               |  2 +-
 airflow_client/client/model/x_com_all_of.py        |  2 +-
 airflow_client/client/model/x_com_collection.py    |  2 +-
 .../client/model/x_com_collection_all_of.py        |  2 +-
 .../client/model/x_com_collection_item.py          |  2 +-
 airflow_client/client/model_utils.py               |  2 +-
 airflow_client/client/models/__init__.py           |  1 +
 airflow_client/client/rest.py                      |  2 +-
 airflow_client/docs/DAGApi.md                      |  2 +-
 airflow_client/docs/DAGDetail.md                   |  2 +-
 airflow_client/docs/DAGDetailAllOf.md              |  2 +-
 airflow_client/docs/EventLogApi.md                 | 14 +++++++-
 airflow_client/docs/PluginCollectionItem.md        |  3 ++
 airflow_client/docs/TaskInstanceApi.md             |  4 +--
 airflow_client/docs/UpdateTaskInstance.md          |  2 +-
 airflow_client/docs/UpdateTaskInstancesState.md    |  2 +-
 .../{UpdateTaskInstance.md => UpdateTaskState.md}  |  7 ++--
 airflow_client/test/test_action.py                 |  2 +-
 airflow_client/test/test_action_collection.py      |  2 +-
 .../test/test_action_collection_all_of.py          |  2 +-
 airflow_client/test/test_action_resource.py        |  2 +-
 airflow_client/test/test_basic_dag_run.py          |  2 +-
 airflow_client/test/test_class_reference.py        |  2 +-
 airflow_client/test/test_clear_dag_run.py          |  2 +-
 airflow_client/test/test_clear_task_instances.py   |  2 +-
 airflow_client/test/test_collection_info.py        |  2 +-
 airflow_client/test/test_color.py                  |  2 +-
 airflow_client/test/test_config.py                 |  2 +-
 airflow_client/test/test_config_api.py             |  2 +-
 airflow_client/test/test_config_option.py          |  2 +-
 airflow_client/test/test_config_section.py         |  2 +-
 airflow_client/test/test_connection.py             |  2 +-
 airflow_client/test/test_connection_all_of.py      |  2 +-
 airflow_client/test/test_connection_api.py         |  2 +-
 airflow_client/test/test_connection_collection.py  |  2 +-
 .../test/test_connection_collection_all_of.py      |  2 +-
 .../test/test_connection_collection_item.py        |  2 +-
 airflow_client/test/test_connection_test.py        |  2 +-
 airflow_client/test/test_cron_expression.py        |  2 +-
 airflow_client/test/test_dag.py                    |  2 +-
 airflow_client/test/test_dag_api.py                |  2 +-
 airflow_client/test/test_dag_collection.py         |  2 +-
 airflow_client/test/test_dag_collection_all_of.py  |  2 +-
 airflow_client/test/test_dag_detail.py             |  2 +-
 airflow_client/test/test_dag_detail_all_of.py      |  2 +-
 airflow_client/test/test_dag_processor_status.py   |  2 +-
 airflow_client/test/test_dag_run.py                |  2 +-
 airflow_client/test/test_dag_run_api.py            |  2 +-
 airflow_client/test/test_dag_run_collection.py     |  2 +-
 .../test/test_dag_run_collection_all_of.py         |  2 +-
 .../test/test_dag_schedule_dataset_reference.py    |  2 +-
 airflow_client/test/test_dag_state.py              |  2 +-
 airflow_client/test/test_dag_warning.py            |  2 +-
 airflow_client/test/test_dag_warning_api.py        |  2 +-
 airflow_client/test/test_dag_warning_collection.py |  2 +-
 .../test/test_dag_warning_collection_all_of.py     |  2 +-
 airflow_client/test/test_dataset.py                |  2 +-
 airflow_client/test/test_dataset_api.py            |  2 +-
 airflow_client/test/test_dataset_collection.py     |  2 +-
 .../test/test_dataset_collection_all_of.py         |  2 +-
 airflow_client/test/test_dataset_event.py          |  2 +-
 .../test/test_dataset_event_collection.py          |  2 +-
 .../test/test_dataset_event_collection_all_of.py   |  2 +-
 airflow_client/test/test_error.py                  |  2 +-
 airflow_client/test/test_event_log.py              |  2 +-
 airflow_client/test/test_event_log_api.py          |  2 +-
 airflow_client/test/test_event_log_collection.py   |  2 +-
 .../test/test_event_log_collection_all_of.py       |  2 +-
 airflow_client/test/test_extra_link.py             |  2 +-
 airflow_client/test/test_extra_link_collection.py  |  2 +-
 airflow_client/test/test_health_info.py            |  2 +-
 airflow_client/test/test_health_status.py          |  2 +-
 airflow_client/test/test_import_error.py           |  2 +-
 airflow_client/test/test_import_error_api.py       |  2 +-
 .../test/test_import_error_collection.py           |  2 +-
 .../test/test_import_error_collection_all_of.py    |  2 +-
 airflow_client/test/test_inline_response200.py     |  2 +-
 airflow_client/test/test_inline_response2001.py    |  2 +-
 airflow_client/test/test_job.py                    |  2 +-
 airflow_client/test/test_list_dag_runs_form.py     |  2 +-
 .../test/test_list_task_instance_form.py           |  2 +-
 airflow_client/test/test_metadatabase_status.py    |  2 +-
 airflow_client/test/test_monitoring_api.py         |  2 +-
 airflow_client/test/test_permission_api.py         |  2 +-
 airflow_client/test/test_plugin_api.py             |  2 +-
 airflow_client/test/test_plugin_collection.py      |  2 +-
 .../test/test_plugin_collection_all_of.py          |  2 +-
 airflow_client/test/test_plugin_collection_item.py |  2 +-
 airflow_client/test/test_pool.py                   |  2 +-
 airflow_client/test/test_pool_api.py               |  2 +-
 airflow_client/test/test_pool_collection.py        |  2 +-
 airflow_client/test/test_pool_collection_all_of.py |  2 +-
 airflow_client/test/test_provider.py               |  2 +-
 airflow_client/test/test_provider_api.py           |  2 +-
 airflow_client/test/test_provider_collection.py    |  2 +-
 airflow_client/test/test_relative_delta.py         |  2 +-
 airflow_client/test/test_resource.py               |  2 +-
 airflow_client/test/test_role.py                   |  2 +-
 airflow_client/test/test_role_api.py               |  2 +-
 airflow_client/test/test_role_collection.py        |  2 +-
 airflow_client/test/test_role_collection_all_of.py |  2 +-
 airflow_client/test/test_schedule_interval.py      |  2 +-
 airflow_client/test/test_scheduler_status.py       |  2 +-
 airflow_client/test/test_set_dag_run_note.py       |  2 +-
 airflow_client/test/test_set_task_instance_note.py |  2 +-
 airflow_client/test/test_sla_miss.py               |  2 +-
 airflow_client/test/test_tag.py                    |  2 +-
 airflow_client/test/test_task.py                   |  2 +-
 airflow_client/test/test_task_collection.py        |  2 +-
 airflow_client/test/test_task_extra_links.py       |  2 +-
 airflow_client/test/test_task_instance.py          |  2 +-
 airflow_client/test/test_task_instance_api.py      |  2 +-
 .../test/test_task_instance_collection.py          |  2 +-
 .../test/test_task_instance_collection_all_of.py   |  2 +-
 .../test/test_task_instance_reference.py           |  2 +-
 .../test_task_instance_reference_collection.py     |  2 +-
 .../test/test_task_outlet_dataset_reference.py     |  2 +-
 airflow_client/test/test_task_state.py             |  2 +-
 airflow_client/test/test_time_delta.py             |  2 +-
 airflow_client/test/test_trigger.py                |  2 +-
 airflow_client/test/test_trigger_rule.py           |  2 +-
 airflow_client/test/test_triggerer_status.py       |  2 +-
 airflow_client/test/test_update_dag_run_state.py   |  2 +-
 airflow_client/test/test_update_task_instance.py   |  4 ++-
 .../test/test_update_task_instances_state.py       |  4 ++-
 ...ollection_info.py => test_update_task_state.py} | 14 ++++----
 airflow_client/test/test_user.py                   |  2 +-
 airflow_client/test/test_user_all_of.py            |  2 +-
 airflow_client/test/test_user_api.py               |  2 +-
 airflow_client/test/test_user_collection.py        |  2 +-
 airflow_client/test/test_user_collection_all_of.py |  2 +-
 airflow_client/test/test_user_collection_item.py   |  2 +-
 .../test/test_user_collection_item_roles.py        |  2 +-
 airflow_client/test/test_variable.py               |  2 +-
 airflow_client/test/test_variable_all_of.py        |  2 +-
 airflow_client/test/test_variable_api.py           |  2 +-
 airflow_client/test/test_variable_collection.py    |  2 +-
 .../test/test_variable_collection_all_of.py        |  2 +-
 .../test/test_variable_collection_item.py          |  2 +-
 airflow_client/test/test_version_info.py           |  2 +-
 airflow_client/test/test_weight_rule.py            |  2 +-
 airflow_client/test/test_x_com.py                  |  2 +-
 airflow_client/test/test_x_com_all_of.py           |  2 +-
 airflow_client/test/test_x_com_api.py              |  2 +-
 airflow_client/test/test_x_com_collection.py       |  2 +-
 .../test/test_x_com_collection_all_of.py           |  2 +-
 airflow_client/test/test_x_com_collection_item.py  |  2 +-
 setup.py                                           |  2 +-
 280 files changed, 414 insertions(+), 322 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6180705..3b11062 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,26 @@
  under the License.
  -->
 
+ # v2.8.0
+
+ ### Major changes:
+  - Allow filtering event logs by attributes (#34417)
+  - Add extra fields to plugins endpoint (#34913)
+  - Let auth managers provide their own API endpoints (#34349)
+  - Enable pools to consider deferred tasks (#32709)
+  - Add dag_run_ids and task_ids filter for the batch task instance API endpoint (#32705)
+
+ ### Major Fixes
+  - Add DagModel attributes before dumping DagDetailSchema for get_dag_details API endpoint (#34947)
+  - Add TriggerRule missing value in rest API (#35194)
+  - Fix wrong plugin schema (#34858)
+  - Make dry run optional for patch task instance (#34568)
+  - OpenAPI Spec fix nullable alongside $ref (#32887)
+  - Clarify new_state in OpenAPI spec (#34056)
+
+ ### NEW API supported
+  - NA
+
  # v2.7.3
 
  ### Major changes:
diff --git a/airflow_client/.openapi-generator/FILES b/airflow_client/.openapi-generator/FILES
index 73c3574..0bf1d79 100644
--- a/airflow_client/.openapi-generator/FILES
+++ b/airflow_client/.openapi-generator/FILES
@@ -118,6 +118,7 @@ client/model/triggerer_status.py
 client/model/update_dag_run_state.py
 client/model/update_task_instance.py
 client/model/update_task_instances_state.py
+client/model/update_task_state.py
 client/model/user.py
 client/model/user_all_of.py
 client/model/user_collection.py
@@ -247,6 +248,7 @@ docs/TriggererStatus.md
 docs/UpdateDagRunState.md
 docs/UpdateTaskInstance.md
 docs/UpdateTaskInstancesState.md
+docs/UpdateTaskState.md
 docs/User.md
 docs/UserAllOf.md
 docs/UserApi.md
@@ -377,6 +379,7 @@ test/test_triggerer_status.py
 test/test_update_dag_run_state.py
 test/test_update_task_instance.py
 test/test_update_task_instances_state.py
+test/test_update_task_state.py
 test/test_user.py
 test/test_user_all_of.py
 test/test_user_api.py
diff --git a/airflow_client/README.md b/airflow_client/README.md
index a9448f8..3ff2491 100644
--- a/airflow_client/README.md
+++ b/airflow_client/README.md
@@ -232,8 +232,8 @@ fulfilling the request.
 
 This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
 
-- API version: 2.7.3
-- Package version: 2.7.3
+- API version: 2.8.0
+- Package version: 2.8.0
 - Build package: org.openapitools.codegen.languages.PythonClientCodegen
 For more information, please visit [https://airflow.apache.org](https://airflow.apache.org)
 
@@ -492,6 +492,7 @@ Class | Method | HTTP request | Description
  - [UpdateDagRunState](docs/UpdateDagRunState.md)
  - [UpdateTaskInstance](docs/UpdateTaskInstance.md)
  - [UpdateTaskInstancesState](docs/UpdateTaskInstancesState.md)
+ - [UpdateTaskState](docs/UpdateTaskState.md)
  - [User](docs/User.md)
  - [UserAllOf](docs/UserAllOf.md)
  - [UserCollection](docs/UserCollection.md)
diff --git a/airflow_client/client/__init__.py b/airflow_client/client/__init__.py
index 74de452..a180702 100644
--- a/airflow_client/client/__init__.py
+++ b/airflow_client/client/__init__.py
@@ -22,13 +22,13 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
 
 
-__version__ = "2.7.3"
+__version__ = "2.8.0"
 
 # import ApiClient
 from airflow_client.client.api_client import ApiClient
diff --git a/airflow_client/client/api/config_api.py b/airflow_client/client/api/config_api.py
index ab587c4..2178f2e 100644
--- a/airflow_client/client/api/config_api.py
+++ b/airflow_client/client/api/config_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/connection_api.py b/airflow_client/client/api/connection_api.py
index dd7bc7e..ac785cd 100644
--- a/airflow_client/client/api/connection_api.py
+++ b/airflow_client/client/api/connection_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dag_api.py b/airflow_client/client/api/dag_api.py
index eff6cd3..8dcaabd 100644
--- a/airflow_client/client/api/dag_api.py
+++ b/airflow_client/client/api/dag_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dag_run_api.py b/airflow_client/client/api/dag_run_api.py
index 67761cb..6dde6f0 100644
--- a/airflow_client/client/api/dag_run_api.py
+++ b/airflow_client/client/api/dag_run_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dag_warning_api.py b/airflow_client/client/api/dag_warning_api.py
index 8138b00..85880b4 100644
--- a/airflow_client/client/api/dag_warning_api.py
+++ b/airflow_client/client/api/dag_warning_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/dataset_api.py b/airflow_client/client/api/dataset_api.py
index a695fd6..6739416 100644
--- a/airflow_client/client/api/dataset_api.py
+++ b/airflow_client/client/api/dataset_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/event_log_api.py b/airflow_client/client/api/event_log_api.py
index 4e18090..0b545e2 100644
--- a/airflow_client/client/api/event_log_api.py
+++ b/airflow_client/client/api/event_log_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -124,6 +124,12 @@ class EventLogApi(object):
                     'limit',
                     'offset',
                     'order_by',
+                    'dag_id',
+                    'task_id',
+                    'event',
+                    'owner',
+                    'before',
+                    'after',
                 ],
                 'required': [],
                 'nullable': [
@@ -150,16 +156,40 @@ class EventLogApi(object):
                         (int,),
                     'order_by':
                         (str,),
+                    'dag_id':
+                        (str,),
+                    'task_id':
+                        (str,),
+                    'event':
+                        (str,),
+                    'owner':
+                        (str,),
+                    'before':
+                        (datetime,),
+                    'after':
+                        (datetime,),
                 },
                 'attribute_map': {
                     'limit': 'limit',
                     'offset': 'offset',
                     'order_by': 'order_by',
+                    'dag_id': 'dag_id',
+                    'task_id': 'task_id',
+                    'event': 'event',
+                    'owner': 'owner',
+                    'before': 'before',
+                    'after': 'after',
                 },
                 'location_map': {
                     'limit': 'query',
                     'offset': 'query',
                     'order_by': 'query',
+                    'dag_id': 'query',
+                    'task_id': 'query',
+                    'event': 'query',
+                    'owner': 'query',
+                    'before': 'query',
+                    'after': 'query',
                 },
                 'collection_format_map': {
                 }
@@ -268,6 +298,12 @@ class EventLogApi(object):
             limit (int): The numbers of items to return.. [optional] if omitted the server will use the default value of 100
             offset (int): The number of items to skip before starting to collect the result set.. [optional]
             order_by (str): The name of the field to order the results by. Prefix a field name with `-` to reverse the sort order.  *New in version 2.1.0* . [optional]
+            dag_id (str): Returns objects matched by the DAG ID.. [optional]
+            task_id (str): Returns objects matched by the Task ID.. [optional]
+            event (str): The name of event log.. [optional]
+            owner (str): The owner's name of event log.. [optional]
+            before (datetime): Timestamp to select event logs occurring before.. [optional]
+            after (datetime): Timestamp to select event logs occurring after.. [optional]
             _return_http_data_only (bool): response data without head status
                 code and headers. Default is True.
             _preload_content (bool): if False, the urllib3.HTTPResponse object
diff --git a/airflow_client/client/api/import_error_api.py b/airflow_client/client/api/import_error_api.py
index 9947976..e231088 100644
--- a/airflow_client/client/api/import_error_api.py
+++ b/airflow_client/client/api/import_error_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/monitoring_api.py b/airflow_client/client/api/monitoring_api.py
index 7d84c07..ce80188 100644
--- a/airflow_client/client/api/monitoring_api.py
+++ b/airflow_client/client/api/monitoring_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/permission_api.py b/airflow_client/client/api/permission_api.py
index 66776d2..a3c4d25 100644
--- a/airflow_client/client/api/permission_api.py
+++ b/airflow_client/client/api/permission_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/plugin_api.py b/airflow_client/client/api/plugin_api.py
index 997859d..cf5b02a 100644
--- a/airflow_client/client/api/plugin_api.py
+++ b/airflow_client/client/api/plugin_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/pool_api.py b/airflow_client/client/api/pool_api.py
index aa22fab..8ff361d 100644
--- a/airflow_client/client/api/pool_api.py
+++ b/airflow_client/client/api/pool_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/provider_api.py b/airflow_client/client/api/provider_api.py
index ca89847..3c63725 100644
--- a/airflow_client/client/api/provider_api.py
+++ b/airflow_client/client/api/provider_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/role_api.py b/airflow_client/client/api/role_api.py
index 7106632..9f88214 100644
--- a/airflow_client/client/api/role_api.py
+++ b/airflow_client/client/api/role_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/task_instance_api.py b/airflow_client/client/api/task_instance_api.py
index b28988e..aa22e1d 100644
--- a/airflow_client/client/api/task_instance_api.py
+++ b/airflow_client/client/api/task_instance_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/user_api.py b/airflow_client/client/api/user_api.py
index a8dab97..4d5ec79 100644
--- a/airflow_client/client/api/user_api.py
+++ b/airflow_client/client/api/user_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/variable_api.py b/airflow_client/client/api/variable_api.py
index 20e7ea1..d118454 100644
--- a/airflow_client/client/api/variable_api.py
+++ b/airflow_client/client/api/variable_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api/x_com_api.py b/airflow_client/client/api/x_com_api.py
index a20ea75..d3c15de 100644
--- a/airflow_client/client/api/x_com_api.py
+++ b/airflow_client/client/api/x_com_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/api_client.py b/airflow_client/client/api_client.py
index e052493..13ecb53 100644
--- a/airflow_client/client/api_client.py
+++ b/airflow_client/client/api_client.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -94,7 +94,7 @@ class ApiClient(object):
             self.default_headers[header_name] = header_value
         self.cookie = cookie
         # Set default User-Agent.
-        self.user_agent = 'OpenAPI-Generator/2.7.3/python'
+        self.user_agent = 'OpenAPI-Generator/2.8.0/python'
 
     def __enter__(self):
         return self
diff --git a/airflow_client/client/configuration.py b/airflow_client/client/configuration.py
index 4853446..7734d05 100644
--- a/airflow_client/client/configuration.py
+++ b/airflow_client/client/configuration.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -421,8 +421,8 @@ conf = client.Configuration(
         return "Python SDK Debug Report:\n"\
                "OS: {env}\n"\
                "Python Version: {pyversion}\n"\
-               "Version of the API: 2.7.3\n"\
-               "SDK Package Version: 2.7.3".\
+               "Version of the API: 2.8.0\n"\
+               "SDK Package Version: 2.8.0".\
                format(env=sys.platform, pyversion=sys.version)
 
     def get_host_settings(self):
diff --git a/airflow_client/client/exceptions.py b/airflow_client/client/exceptions.py
index 095190b..a06022d 100644
--- a/airflow_client/client/exceptions.py
+++ b/airflow_client/client/exceptions.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action.py b/airflow_client/client/model/action.py
index 4c9cb4a..b6a287b 100644
--- a/airflow_client/client/model/action.py
+++ b/airflow_client/client/model/action.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action_collection.py b/airflow_client/client/model/action_collection.py
index bcb7fda..222915c 100644
--- a/airflow_client/client/model/action_collection.py
+++ b/airflow_client/client/model/action_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action_collection_all_of.py b/airflow_client/client/model/action_collection_all_of.py
index eb143b2..1deb36b 100644
--- a/airflow_client/client/model/action_collection_all_of.py
+++ b/airflow_client/client/model/action_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/action_resource.py b/airflow_client/client/model/action_resource.py
index 40fec8c..189de24 100644
--- a/airflow_client/client/model/action_resource.py
+++ b/airflow_client/client/model/action_resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/basic_dag_run.py b/airflow_client/client/model/basic_dag_run.py
index f2d5511..dc5e104 100644
--- a/airflow_client/client/model/basic_dag_run.py
+++ b/airflow_client/client/model/basic_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/class_reference.py b/airflow_client/client/model/class_reference.py
index 76e9af9..237cff2 100644
--- a/airflow_client/client/model/class_reference.py
+++ b/airflow_client/client/model/class_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/clear_dag_run.py b/airflow_client/client/model/clear_dag_run.py
index abaf86b..432fa35 100644
--- a/airflow_client/client/model/clear_dag_run.py
+++ b/airflow_client/client/model/clear_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/clear_task_instances.py b/airflow_client/client/model/clear_task_instances.py
index 393610f..6a90664 100644
--- a/airflow_client/client/model/clear_task_instances.py
+++ b/airflow_client/client/model/clear_task_instances.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/collection_info.py b/airflow_client/client/model/collection_info.py
index 9476938..b72534e 100644
--- a/airflow_client/client/model/collection_info.py
+++ b/airflow_client/client/model/collection_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/color.py b/airflow_client/client/model/color.py
index cbc7a94..94d0bae 100644
--- a/airflow_client/client/model/color.py
+++ b/airflow_client/client/model/color.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/config.py b/airflow_client/client/model/config.py
index f91b4d3..9e88a89 100644
--- a/airflow_client/client/model/config.py
+++ b/airflow_client/client/model/config.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/config_option.py b/airflow_client/client/model/config_option.py
index e418e89..e4713e4 100644
--- a/airflow_client/client/model/config_option.py
+++ b/airflow_client/client/model/config_option.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/config_section.py b/airflow_client/client/model/config_section.py
index 9c90d03..04b187a 100644
--- a/airflow_client/client/model/config_section.py
+++ b/airflow_client/client/model/config_section.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection.py b/airflow_client/client/model/connection.py
index c42b69a..721ebb8 100644
--- a/airflow_client/client/model/connection.py
+++ b/airflow_client/client/model/connection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_all_of.py b/airflow_client/client/model/connection_all_of.py
index 4b83652..7d22488 100644
--- a/airflow_client/client/model/connection_all_of.py
+++ b/airflow_client/client/model/connection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_collection.py b/airflow_client/client/model/connection_collection.py
index 736e9b8..881d35a 100644
--- a/airflow_client/client/model/connection_collection.py
+++ b/airflow_client/client/model/connection_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_collection_all_of.py b/airflow_client/client/model/connection_collection_all_of.py
index 3d3c641..daed15a 100644
--- a/airflow_client/client/model/connection_collection_all_of.py
+++ b/airflow_client/client/model/connection_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_collection_item.py b/airflow_client/client/model/connection_collection_item.py
index 60d6e18..5c13ed4 100644
--- a/airflow_client/client/model/connection_collection_item.py
+++ b/airflow_client/client/model/connection_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/connection_test.py b/airflow_client/client/model/connection_test.py
index 22873ca..be89a55 100644
--- a/airflow_client/client/model/connection_test.py
+++ b/airflow_client/client/model/connection_test.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/cron_expression.py b/airflow_client/client/model/cron_expression.py
index 3490704..352be1a 100644
--- a/airflow_client/client/model/cron_expression.py
+++ b/airflow_client/client/model/cron_expression.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag.py b/airflow_client/client/model/dag.py
index c2d96bb..92aa552 100644
--- a/airflow_client/client/model/dag.py
+++ b/airflow_client/client/model/dag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_collection.py b/airflow_client/client/model/dag_collection.py
index 4dd7f91..6b155c0 100644
--- a/airflow_client/client/model/dag_collection.py
+++ b/airflow_client/client/model/dag_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_collection_all_of.py b/airflow_client/client/model/dag_collection_all_of.py
index d122760..c2158dc 100644
--- a/airflow_client/client/model/dag_collection_all_of.py
+++ b/airflow_client/client/model/dag_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_detail.py b/airflow_client/client/model/dag_detail.py
index c9ceceb..252c27d 100644
--- a/airflow_client/client/model/dag_detail.py
+++ b/airflow_client/client/model/dag_detail.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -123,7 +123,7 @@ class DAGDetail(ModelComposed):
             'last_expired': (datetime, none_type,),  # noqa: E501
             'scheduler_lock': (bool, none_type,),  # noqa: E501
             'pickle_id': (str, none_type,),  # noqa: E501
-            'default_view': (str,),  # noqa: E501
+            'default_view': (str, none_type,),  # noqa: E501
             'fileloc': (str,),  # noqa: E501
             'file_token': (str,),  # noqa: E501
             'owners': ([str],),  # noqa: E501
@@ -284,7 +284,7 @@ class DAGDetail(ModelComposed):
             last_expired (datetime, none_type): Time when the DAG last received a refresh signal (e.g. the DAG's \"refresh\" button was clicked in the web UI)  *New in version 2.3.0* . [optional]  # noqa: E501
             scheduler_lock (bool, none_type): Whether (one of) the scheduler is scheduling this DAG at the moment  *New in version 2.3.0* . [optional]  # noqa: E501
             pickle_id (str, none_type): Foreign key to the latest pickle_id  *New in version 2.3.0* . [optional]  # noqa: E501
-            default_view (str): [optional]  # noqa: E501
+            default_view (str, none_type): [optional]  # noqa: E501
             fileloc (str): The absolute path to the file.. [optional]  # noqa: E501
             file_token (str): The key containing the encrypted path to the file. Encryption and decryption take place only on the server. This prevents the client from reading an non-DAG file. This also ensures API extensibility, because the format of encrypted data may change. . [optional]  # noqa: E501
             owners ([str]): [optional]  # noqa: E501
@@ -422,7 +422,7 @@ class DAGDetail(ModelComposed):
             last_expired (datetime, none_type): Time when the DAG last received a refresh signal (e.g. the DAG's \"refresh\" button was clicked in the web UI)  *New in version 2.3.0* . [optional]  # noqa: E501
             scheduler_lock (bool, none_type): Whether (one of) the scheduler is scheduling this DAG at the moment  *New in version 2.3.0* . [optional]  # noqa: E501
             pickle_id (str, none_type): Foreign key to the latest pickle_id  *New in version 2.3.0* . [optional]  # noqa: E501
-            default_view (str): [optional]  # noqa: E501
+            default_view (str, none_type): [optional]  # noqa: E501
             fileloc (str): The absolute path to the file.. [optional]  # noqa: E501
             file_token (str): The key containing the encrypted path to the file. Encryption and decryption take place only on the server. This prevents the client from reading an non-DAG file. This also ensures API extensibility, because the format of encrypted data may change. . [optional]  # noqa: E501
             owners ([str]): [optional]  # noqa: E501
diff --git a/airflow_client/client/model/dag_detail_all_of.py b/airflow_client/client/model/dag_detail_all_of.py
index de3cce9..f0851b4 100644
--- a/airflow_client/client/model/dag_detail_all_of.py
+++ b/airflow_client/client/model/dag_detail_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -112,7 +112,7 @@ class DAGDetailAllOf(ModelNormal):
             'start_date': (datetime, none_type,),  # noqa: E501
             'dag_run_timeout': (TimeDelta,),  # noqa: E501
             'doc_md': (str, none_type,),  # noqa: E501
-            'default_view': (str,),  # noqa: E501
+            'default_view': (str, none_type,),  # noqa: E501
             'params': ({str: (bool, date, datetime, dict, float, int, list, str, none_type)},),  # noqa: E501
             'end_date': (datetime, none_type,),  # noqa: E501
             'is_paused_upon_creation': (bool, none_type,),  # noqa: E501
@@ -202,7 +202,7 @@ class DAGDetailAllOf(ModelNormal):
             start_date (datetime, none_type): The DAG's start date.  *Changed in version 2.0.1*&#58; Field becomes nullable. . [optional]  # noqa: E501
             dag_run_timeout (TimeDelta): [optional]  # noqa: E501
             doc_md (str, none_type): [optional]  # noqa: E501
-            default_view (str): [optional]  # noqa: E501
+            default_view (str, none_type): [optional]  # noqa: E501
             params ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): User-specified DAG params.  *New in version 2.0.1* . [optional]  # noqa: E501
             end_date (datetime, none_type): The DAG's end date.  *New in version 2.3.0*. . [optional]  # noqa: E501
             is_paused_upon_creation (bool, none_type): Whether the DAG is paused upon creation.  *New in version 2.3.0* . [optional]  # noqa: E501
@@ -297,7 +297,7 @@ class DAGDetailAllOf(ModelNormal):
             start_date (datetime, none_type): The DAG's start date.  *Changed in version 2.0.1*&#58; Field becomes nullable. . [optional]  # noqa: E501
             dag_run_timeout (TimeDelta): [optional]  # noqa: E501
             doc_md (str, none_type): [optional]  # noqa: E501
-            default_view (str): [optional]  # noqa: E501
+            default_view (str, none_type): [optional]  # noqa: E501
             params ({str: (bool, date, datetime, dict, float, int, list, str, none_type)}): User-specified DAG params.  *New in version 2.0.1* . [optional]  # noqa: E501
             end_date (datetime, none_type): The DAG's end date.  *New in version 2.3.0*. . [optional]  # noqa: E501
             is_paused_upon_creation (bool, none_type): Whether the DAG is paused upon creation.  *New in version 2.3.0* . [optional]  # noqa: E501
diff --git a/airflow_client/client/model/dag_processor_status.py b/airflow_client/client/model/dag_processor_status.py
index 534d2bd..0a0d3ca 100644
--- a/airflow_client/client/model/dag_processor_status.py
+++ b/airflow_client/client/model/dag_processor_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_run.py b/airflow_client/client/model/dag_run.py
index 288bf25..5ed970a 100644
--- a/airflow_client/client/model/dag_run.py
+++ b/airflow_client/client/model/dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_run_collection.py b/airflow_client/client/model/dag_run_collection.py
index 79dde32..e1ade40 100644
--- a/airflow_client/client/model/dag_run_collection.py
+++ b/airflow_client/client/model/dag_run_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_run_collection_all_of.py b/airflow_client/client/model/dag_run_collection_all_of.py
index a93bb32..618c2f9 100644
--- a/airflow_client/client/model/dag_run_collection_all_of.py
+++ b/airflow_client/client/model/dag_run_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_schedule_dataset_reference.py b/airflow_client/client/model/dag_schedule_dataset_reference.py
index fa14bf1..fbef0aa 100644
--- a/airflow_client/client/model/dag_schedule_dataset_reference.py
+++ b/airflow_client/client/model/dag_schedule_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_state.py b/airflow_client/client/model/dag_state.py
index dd9f7e2..fb4cfec 100644
--- a/airflow_client/client/model/dag_state.py
+++ b/airflow_client/client/model/dag_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_warning.py b/airflow_client/client/model/dag_warning.py
index 2481176..decd2de 100644
--- a/airflow_client/client/model/dag_warning.py
+++ b/airflow_client/client/model/dag_warning.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_warning_collection.py b/airflow_client/client/model/dag_warning_collection.py
index 6b551c1..400fc66 100644
--- a/airflow_client/client/model/dag_warning_collection.py
+++ b/airflow_client/client/model/dag_warning_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dag_warning_collection_all_of.py b/airflow_client/client/model/dag_warning_collection_all_of.py
index ce11f6e..8835a40 100644
--- a/airflow_client/client/model/dag_warning_collection_all_of.py
+++ b/airflow_client/client/model/dag_warning_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset.py b/airflow_client/client/model/dataset.py
index 3bee9e7..d64aaa8 100644
--- a/airflow_client/client/model/dataset.py
+++ b/airflow_client/client/model/dataset.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_collection.py b/airflow_client/client/model/dataset_collection.py
index d3b70a7..8580333 100644
--- a/airflow_client/client/model/dataset_collection.py
+++ b/airflow_client/client/model/dataset_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_collection_all_of.py b/airflow_client/client/model/dataset_collection_all_of.py
index 5a86a6e..bf6d2e1 100644
--- a/airflow_client/client/model/dataset_collection_all_of.py
+++ b/airflow_client/client/model/dataset_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_event.py b/airflow_client/client/model/dataset_event.py
index c7d280b..c594b5c 100644
--- a/airflow_client/client/model/dataset_event.py
+++ b/airflow_client/client/model/dataset_event.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_event_collection.py b/airflow_client/client/model/dataset_event_collection.py
index 10077f2..6084b12 100644
--- a/airflow_client/client/model/dataset_event_collection.py
+++ b/airflow_client/client/model/dataset_event_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/dataset_event_collection_all_of.py b/airflow_client/client/model/dataset_event_collection_all_of.py
index 816e617..60d5f32 100644
--- a/airflow_client/client/model/dataset_event_collection_all_of.py
+++ b/airflow_client/client/model/dataset_event_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/error.py b/airflow_client/client/model/error.py
index 24bcd6d..22d6afe 100644
--- a/airflow_client/client/model/error.py
+++ b/airflow_client/client/model/error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/event_log.py b/airflow_client/client/model/event_log.py
index d8e8b7b..c8cab9e 100644
--- a/airflow_client/client/model/event_log.py
+++ b/airflow_client/client/model/event_log.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/event_log_collection.py b/airflow_client/client/model/event_log_collection.py
index 7af6b2c..d8841b7 100644
--- a/airflow_client/client/model/event_log_collection.py
+++ b/airflow_client/client/model/event_log_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/event_log_collection_all_of.py b/airflow_client/client/model/event_log_collection_all_of.py
index b59ae75..2e0d9f6 100644
--- a/airflow_client/client/model/event_log_collection_all_of.py
+++ b/airflow_client/client/model/event_log_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/extra_link.py b/airflow_client/client/model/extra_link.py
index 9de9c99..c97b6a3 100644
--- a/airflow_client/client/model/extra_link.py
+++ b/airflow_client/client/model/extra_link.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/extra_link_collection.py b/airflow_client/client/model/extra_link_collection.py
index 5667d43..2e8d985 100644
--- a/airflow_client/client/model/extra_link_collection.py
+++ b/airflow_client/client/model/extra_link_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/health_info.py b/airflow_client/client/model/health_info.py
index 85bb8db..4347832 100644
--- a/airflow_client/client/model/health_info.py
+++ b/airflow_client/client/model/health_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/health_status.py b/airflow_client/client/model/health_status.py
index 838d3c4..6879a37 100644
--- a/airflow_client/client/model/health_status.py
+++ b/airflow_client/client/model/health_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/import_error.py b/airflow_client/client/model/import_error.py
index eaed444..9d77d58 100644
--- a/airflow_client/client/model/import_error.py
+++ b/airflow_client/client/model/import_error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/import_error_collection.py b/airflow_client/client/model/import_error_collection.py
index e6c4fba..e6109fd 100644
--- a/airflow_client/client/model/import_error_collection.py
+++ b/airflow_client/client/model/import_error_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/import_error_collection_all_of.py b/airflow_client/client/model/import_error_collection_all_of.py
index 25912b5..43e87d0 100644
--- a/airflow_client/client/model/import_error_collection_all_of.py
+++ b/airflow_client/client/model/import_error_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/inline_response200.py b/airflow_client/client/model/inline_response200.py
index 6f1771a..c8d6e23 100644
--- a/airflow_client/client/model/inline_response200.py
+++ b/airflow_client/client/model/inline_response200.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/inline_response2001.py b/airflow_client/client/model/inline_response2001.py
index 551a1f0..239d606 100644
--- a/airflow_client/client/model/inline_response2001.py
+++ b/airflow_client/client/model/inline_response2001.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/job.py b/airflow_client/client/model/job.py
index 7181fd7..040b366 100644
--- a/airflow_client/client/model/job.py
+++ b/airflow_client/client/model/job.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/list_dag_runs_form.py b/airflow_client/client/model/list_dag_runs_form.py
index a45be80..227f404 100644
--- a/airflow_client/client/model/list_dag_runs_form.py
+++ b/airflow_client/client/model/list_dag_runs_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/list_task_instance_form.py b/airflow_client/client/model/list_task_instance_form.py
index 9002dca..cef9781 100644
--- a/airflow_client/client/model/list_task_instance_form.py
+++ b/airflow_client/client/model/list_task_instance_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/metadatabase_status.py b/airflow_client/client/model/metadatabase_status.py
index f9b560d..1b98b4b 100644
--- a/airflow_client/client/model/metadatabase_status.py
+++ b/airflow_client/client/model/metadatabase_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/plugin_collection.py b/airflow_client/client/model/plugin_collection.py
index 3838ca1..4569f83 100644
--- a/airflow_client/client/model/plugin_collection.py
+++ b/airflow_client/client/model/plugin_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/plugin_collection_all_of.py b/airflow_client/client/model/plugin_collection_all_of.py
index 4e7cff8..3133cfb 100644
--- a/airflow_client/client/model/plugin_collection_all_of.py
+++ b/airflow_client/client/model/plugin_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/plugin_collection_item.py b/airflow_client/client/model/plugin_collection_item.py
index b87c1d3..09c9634 100644
--- a/airflow_client/client/model/plugin_collection_item.py
+++ b/airflow_client/client/model/plugin_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -109,6 +109,9 @@ class PluginCollectionItem(ModelNormal):
             'global_operator_extra_links': ([str, none_type],),  # noqa: E501
             'operator_extra_links': ([str, none_type],),  # noqa: E501
             'source': (str, none_type,),  # noqa: E501
+            'ti_deps': ([str],),  # noqa: E501
+            'listeners': ([str],),  # noqa: E501
+            'timetables': ([str],),  # noqa: E501
         }
 
     @cached_property
@@ -127,6 +130,9 @@ class PluginCollectionItem(ModelNormal):
         'global_operator_extra_links': 'global_operator_extra_links',  # noqa: E501
         'operator_extra_links': 'operator_extra_links',  # noqa: E501
         'source': 'source',  # noqa: E501
+        'ti_deps': 'ti_deps',  # noqa: E501
+        'listeners': 'listeners',  # noqa: E501
+        'timetables': 'timetables',  # noqa: E501
     }
 
     read_only_vars = {
@@ -180,6 +186,9 @@ class PluginCollectionItem(ModelNormal):
             global_operator_extra_links ([str, none_type]): The global operator extra links. [optional]  # noqa: E501
             operator_extra_links ([str, none_type]): Operator extra links. [optional]  # noqa: E501
             source (str, none_type): The plugin source. [optional]  # noqa: E501
+            ti_deps ([str]): The plugin task instance dependencies. [optional]  # noqa: E501
+            listeners ([str]): The plugin listeners. [optional]  # noqa: E501
+            timetables ([str]): The plugin timetables. [optional]  # noqa: E501
         """
 
         _check_type = kwargs.pop('_check_type', True)
@@ -271,6 +280,9 @@ class PluginCollectionItem(ModelNormal):
             global_operator_extra_links ([str, none_type]): The global operator extra links. [optional]  # noqa: E501
             operator_extra_links ([str, none_type]): Operator extra links. [optional]  # noqa: E501
             source (str, none_type): The plugin source. [optional]  # noqa: E501
+            ti_deps ([str]): The plugin task instance dependencies. [optional]  # noqa: E501
+            listeners ([str]): The plugin listeners. [optional]  # noqa: E501
+            timetables ([str]): The plugin timetables. [optional]  # noqa: E501
         """
 
         _check_type = kwargs.pop('_check_type', True)
diff --git a/airflow_client/client/model/pool.py b/airflow_client/client/model/pool.py
index dd8e103..3b06d32 100644
--- a/airflow_client/client/model/pool.py
+++ b/airflow_client/client/model/pool.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/pool_collection.py b/airflow_client/client/model/pool_collection.py
index 839029e..75ab6f5 100644
--- a/airflow_client/client/model/pool_collection.py
+++ b/airflow_client/client/model/pool_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/pool_collection_all_of.py b/airflow_client/client/model/pool_collection_all_of.py
index 8860c8b..d69b3cb 100644
--- a/airflow_client/client/model/pool_collection_all_of.py
+++ b/airflow_client/client/model/pool_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/provider.py b/airflow_client/client/model/provider.py
index 2c14b62..e823597 100644
--- a/airflow_client/client/model/provider.py
+++ b/airflow_client/client/model/provider.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/provider_collection.py b/airflow_client/client/model/provider_collection.py
index 6cff214..2a1d689 100644
--- a/airflow_client/client/model/provider_collection.py
+++ b/airflow_client/client/model/provider_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/relative_delta.py b/airflow_client/client/model/relative_delta.py
index 01587be..9eef701 100644
--- a/airflow_client/client/model/relative_delta.py
+++ b/airflow_client/client/model/relative_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/resource.py b/airflow_client/client/model/resource.py
index 905d486..e373f0d 100644
--- a/airflow_client/client/model/resource.py
+++ b/airflow_client/client/model/resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/role.py b/airflow_client/client/model/role.py
index b8fb716..a480290 100644
--- a/airflow_client/client/model/role.py
+++ b/airflow_client/client/model/role.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/role_collection.py b/airflow_client/client/model/role_collection.py
index f5fff3b..8958d31 100644
--- a/airflow_client/client/model/role_collection.py
+++ b/airflow_client/client/model/role_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/role_collection_all_of.py b/airflow_client/client/model/role_collection_all_of.py
index 4c259ed..4b6105b 100644
--- a/airflow_client/client/model/role_collection_all_of.py
+++ b/airflow_client/client/model/role_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/schedule_interval.py b/airflow_client/client/model/schedule_interval.py
index b2a7a82..b3ff910 100644
--- a/airflow_client/client/model/schedule_interval.py
+++ b/airflow_client/client/model/schedule_interval.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/scheduler_status.py b/airflow_client/client/model/scheduler_status.py
index 8ea5b8e..d463b1a 100644
--- a/airflow_client/client/model/scheduler_status.py
+++ b/airflow_client/client/model/scheduler_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/set_dag_run_note.py b/airflow_client/client/model/set_dag_run_note.py
index 1c6e00e..e2bd019 100644
--- a/airflow_client/client/model/set_dag_run_note.py
+++ b/airflow_client/client/model/set_dag_run_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/set_task_instance_note.py b/airflow_client/client/model/set_task_instance_note.py
index ab0958f..06f78ed 100644
--- a/airflow_client/client/model/set_task_instance_note.py
+++ b/airflow_client/client/model/set_task_instance_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/sla_miss.py b/airflow_client/client/model/sla_miss.py
index 593eeaa..e27e049 100644
--- a/airflow_client/client/model/sla_miss.py
+++ b/airflow_client/client/model/sla_miss.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/tag.py b/airflow_client/client/model/tag.py
index 9e84f8a..1761b7e 100644
--- a/airflow_client/client/model/tag.py
+++ b/airflow_client/client/model/tag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task.py b/airflow_client/client/model/task.py
index a158520..4efdaf3 100644
--- a/airflow_client/client/model/task.py
+++ b/airflow_client/client/model/task.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_collection.py b/airflow_client/client/model/task_collection.py
index bfe8e5f..9453987 100644
--- a/airflow_client/client/model/task_collection.py
+++ b/airflow_client/client/model/task_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_extra_links.py b/airflow_client/client/model/task_extra_links.py
index d7a4cc9..cb36cb7 100644
--- a/airflow_client/client/model/task_extra_links.py
+++ b/airflow_client/client/model/task_extra_links.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance.py b/airflow_client/client/model/task_instance.py
index 6754dd1..73cf405 100644
--- a/airflow_client/client/model/task_instance.py
+++ b/airflow_client/client/model/task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_collection.py b/airflow_client/client/model/task_instance_collection.py
index ae89586..79ccbfd 100644
--- a/airflow_client/client/model/task_instance_collection.py
+++ b/airflow_client/client/model/task_instance_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_collection_all_of.py b/airflow_client/client/model/task_instance_collection_all_of.py
index 424d089..2b7c5f0 100644
--- a/airflow_client/client/model/task_instance_collection_all_of.py
+++ b/airflow_client/client/model/task_instance_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_reference.py b/airflow_client/client/model/task_instance_reference.py
index 0f20a22..d3613b7 100644
--- a/airflow_client/client/model/task_instance_reference.py
+++ b/airflow_client/client/model/task_instance_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_instance_reference_collection.py b/airflow_client/client/model/task_instance_reference_collection.py
index 1260f91..6d5990d 100644
--- a/airflow_client/client/model/task_instance_reference_collection.py
+++ b/airflow_client/client/model/task_instance_reference_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_outlet_dataset_reference.py b/airflow_client/client/model/task_outlet_dataset_reference.py
index 0c59ab8..a54a3a9 100644
--- a/airflow_client/client/model/task_outlet_dataset_reference.py
+++ b/airflow_client/client/model/task_outlet_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/task_state.py b/airflow_client/client/model/task_state.py
index 0173658..8bb2184 100644
--- a/airflow_client/client/model/task_state.py
+++ b/airflow_client/client/model/task_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/time_delta.py b/airflow_client/client/model/time_delta.py
index 021b583..2e3f3eb 100644
--- a/airflow_client/client/model/time_delta.py
+++ b/airflow_client/client/model/time_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/trigger.py b/airflow_client/client/model/trigger.py
index 6d4cd54..16783f6 100644
--- a/airflow_client/client/model/trigger.py
+++ b/airflow_client/client/model/trigger.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/trigger_rule.py b/airflow_client/client/model/trigger_rule.py
index 710922e..7978960 100644
--- a/airflow_client/client/model/trigger_rule.py
+++ b/airflow_client/client/model/trigger_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/triggerer_status.py b/airflow_client/client/model/triggerer_status.py
index 80c0342..26f1e25 100644
--- a/airflow_client/client/model/triggerer_status.py
+++ b/airflow_client/client/model/triggerer_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/update_dag_run_state.py b/airflow_client/client/model/update_dag_run_state.py
index c8904cb..4beac44 100644
--- a/airflow_client/client/model/update_dag_run_state.py
+++ b/airflow_client/client/model/update_dag_run_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/update_task_instance.py b/airflow_client/client/model/update_task_instance.py
index d0cac98..e9c845e 100644
--- a/airflow_client/client/model/update_task_instance.py
+++ b/airflow_client/client/model/update_task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -47,6 +47,10 @@ from airflow_client.client.model_utils import (  # noqa: F401
 from airflow_client.client.exceptions import ApiAttributeError
 
 
+def lazy_import():
+    from airflow_client.client.model.update_task_state import UpdateTaskState
+    globals()['UpdateTaskState'] = UpdateTaskState
+
 
 class UpdateTaskInstance(ModelNormal):
     """NOTE: This class is auto generated by OpenAPI Generator.
@@ -73,11 +77,6 @@ class UpdateTaskInstance(ModelNormal):
     """
 
     allowed_values = {
-        ('new_state',): {
-            'SUCCESS': "success",
-            'FAILED': "failed",
-            'SKIPPED': "skipped",
-        },
     }
 
     validations = {
@@ -89,6 +88,7 @@ class UpdateTaskInstance(ModelNormal):
         This must be a method because a model may have properties that are
         of type self, this must run after the class is loaded
         """
+        lazy_import()
         return (bool, date, datetime, dict, float, int, list, str, none_type,)  # noqa: E501
 
     _nullable = False
@@ -103,9 +103,10 @@ class UpdateTaskInstance(ModelNormal):
             openapi_types (dict): The key is attribute name
                 and the value is attribute type.
         """
+        lazy_import()
         return {
             'dry_run': (bool,),  # noqa: E501
-            'new_state': (str,),  # noqa: E501
+            'new_state': (UpdateTaskState,),  # noqa: E501
         }
 
     @cached_property
@@ -160,7 +161,7 @@ class UpdateTaskInstance(ModelNormal):
                                 through its discriminator because we passed in
                                 _visited_composed_classes = (Animal,)
             dry_run (bool): If set, don't actually run this operation. The response will contain the task instance planned to be affected, but won't be modified in any way. . [optional] if omitted the server will use the default value of True  # noqa: E501
-            new_state (str): Expected new state.. [optional]  # noqa: E501
+            new_state (UpdateTaskState): [optional]  # noqa: E501
         """
 
         _check_type = kwargs.pop('_check_type', True)
@@ -243,7 +244,7 @@ class UpdateTaskInstance(ModelNormal):
                                 through its discriminator because we passed in
                                 _visited_composed_classes = (Animal,)
             dry_run (bool): If set, don't actually run this operation. The response will contain the task instance planned to be affected, but won't be modified in any way. . [optional] if omitted the server will use the default value of True  # noqa: E501
-            new_state (str): Expected new state.. [optional]  # noqa: E501
+            new_state (UpdateTaskState): [optional]  # noqa: E501
         """
 
         _check_type = kwargs.pop('_check_type', True)
diff --git a/airflow_client/client/model/update_task_instances_state.py b/airflow_client/client/model/update_task_instances_state.py
index 457b981..8cc215e 100644
--- a/airflow_client/client/model/update_task_instances_state.py
+++ b/airflow_client/client/model/update_task_instances_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -47,6 +47,10 @@ from airflow_client.client.model_utils import (  # noqa: F401
 from airflow_client.client.exceptions import ApiAttributeError
 
 
+def lazy_import():
+    from airflow_client.client.model.update_task_state import UpdateTaskState
+    globals()['UpdateTaskState'] = UpdateTaskState
+
 
 class UpdateTaskInstancesState(ModelNormal):
     """NOTE: This class is auto generated by OpenAPI Generator.
@@ -73,11 +77,6 @@ class UpdateTaskInstancesState(ModelNormal):
     """
 
     allowed_values = {
-        ('new_state',): {
-            'SUCCESS': "success",
-            'FAILED': "failed",
-            'SKIPPED': "skipped",
-        },
     }
 
     validations = {
@@ -89,6 +88,7 @@ class UpdateTaskInstancesState(ModelNormal):
         This must be a method because a model may have properties that are
         of type self, this must run after the class is loaded
         """
+        lazy_import()
         return (bool, date, datetime, dict, float, int, list, str, none_type,)  # noqa: E501
 
     _nullable = False
@@ -103,6 +103,7 @@ class UpdateTaskInstancesState(ModelNormal):
             openapi_types (dict): The key is attribute name
                 and the value is attribute type.
         """
+        lazy_import()
         return {
             'dry_run': (bool,),  # noqa: E501
             'task_id': (str,),  # noqa: E501
@@ -112,7 +113,7 @@ class UpdateTaskInstancesState(ModelNormal):
             'include_downstream': (bool,),  # noqa: E501
             'include_future': (bool,),  # noqa: E501
             'include_past': (bool,),  # noqa: E501
-            'new_state': (str,),  # noqa: E501
+            'new_state': (UpdateTaskState,),  # noqa: E501
         }
 
     @cached_property
@@ -181,7 +182,7 @@ class UpdateTaskInstancesState(ModelNormal):
             include_downstream (bool): If set to true, downstream tasks are also affected.. [optional]  # noqa: E501
             include_future (bool): If set to True, also tasks from future DAG Runs are affected.. [optional]  # noqa: E501
             include_past (bool): If set to True, also tasks from past DAG Runs are affected.. [optional]  # noqa: E501
-            new_state (str): Expected new state.. [optional]  # noqa: E501
+            new_state (UpdateTaskState): [optional]  # noqa: E501
         """
 
         _check_type = kwargs.pop('_check_type', True)
@@ -271,7 +272,7 @@ class UpdateTaskInstancesState(ModelNormal):
             include_downstream (bool): If set to true, downstream tasks are also affected.. [optional]  # noqa: E501
             include_future (bool): If set to True, also tasks from future DAG Runs are affected.. [optional]  # noqa: E501
             include_past (bool): If set to True, also tasks from past DAG Runs are affected.. [optional]  # noqa: E501
-            new_state (str): Expected new state.. [optional]  # noqa: E501
+            new_state (UpdateTaskState): [optional]  # noqa: E501
         """
 
         _check_type = kwargs.pop('_check_type', True)
diff --git a/airflow_client/client/model/dag_state.py b/airflow_client/client/model/update_task_state.py
similarity index 93%
copy from airflow_client/client/model/dag_state.py
copy to airflow_client/client/model/update_task_state.py
index dd9f7e2..dc9bf36 100644
--- a/airflow_client/client/model/dag_state.py
+++ b/airflow_client/client/model/update_task_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -48,7 +48,7 @@ from airflow_client.client.exceptions import ApiAttributeError
 
 
 
-class DagState(ModelSimple):
+class UpdateTaskState(ModelSimple):
     """NOTE: This class is auto generated by OpenAPI Generator.
     Ref: https://openapi-generator.tech
 
@@ -70,10 +70,9 @@ class DagState(ModelSimple):
 
     allowed_values = {
         ('value',): {
-            'QUEUED': "queued",
-            'RUNNING': "running",
             'SUCCESS': "success",
             'FAILED': "failed",
+            'SKIPPED': "skipped",
         },
     }
 
@@ -120,15 +119,15 @@ class DagState(ModelSimple):
 
     @convert_js_args_to_python_args
     def __init__(self, *args, **kwargs):
-        """DagState - a model defined in OpenAPI
+        """UpdateTaskState - a model defined in OpenAPI
 
         Note that value can be passed either in args or in kwargs, but not in both.
 
         Args:
-            args[0] (str): DAG State.  *Changed in version 2.1.3*&#58; 'queued' is added as a possible value. ., must be one of ["queued", "running", "success", "failed", ]  # noqa: E501
+            args[0] (str): Expected new state. Only a subset of TaskState are available.  Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API. ., must be one of ["success", "failed", "skipped", ]  # noqa: E501
 
         Keyword Args:
-            value (str): DAG State.  *Changed in version 2.1.3*&#58; 'queued' is added as a possible value. ., must be one of ["queued", "running", "success", "failed", ]  # noqa: E501
+            value (str): Expected new state. Only a subset of TaskState are available.  Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API. ., must be one of ["success", "failed", "skipped", ]  # noqa: E501
             _check_type (bool): if True, values for parameters in openapi_types
                                 will be type checked and a TypeError will be
                                 raised if the wrong type is input.
@@ -210,15 +209,15 @@ class DagState(ModelSimple):
     @classmethod
     @convert_js_args_to_python_args
     def _from_openapi_data(cls, *args, **kwargs):
-        """DagState - a model defined in OpenAPI
+        """UpdateTaskState - a model defined in OpenAPI
 
         Note that value can be passed either in args or in kwargs, but not in both.
 
         Args:
-            args[0] (str): DAG State.  *Changed in version 2.1.3*&#58; 'queued' is added as a possible value. ., must be one of ["queued", "running", "success", "failed", ]  # noqa: E501
+            args[0] (str): Expected new state. Only a subset of TaskState are available.  Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API. ., must be one of ["success", "failed", "skipped", ]  # noqa: E501
 
         Keyword Args:
-            value (str): DAG State.  *Changed in version 2.1.3*&#58; 'queued' is added as a possible value. ., must be one of ["queued", "running", "success", "failed", ]  # noqa: E501
+            value (str): Expected new state. Only a subset of TaskState are available.  Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API. ., must be one of ["success", "failed", "skipped", ]  # noqa: E501
             _check_type (bool): if True, values for parameters in openapi_types
                                 will be type checked and a TypeError will be
                                 raised if the wrong type is input.
diff --git a/airflow_client/client/model/user.py b/airflow_client/client/model/user.py
index c627b92..49be845 100644
--- a/airflow_client/client/model/user.py
+++ b/airflow_client/client/model/user.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_all_of.py b/airflow_client/client/model/user_all_of.py
index 30d5e61..4fdfec7 100644
--- a/airflow_client/client/model/user_all_of.py
+++ b/airflow_client/client/model/user_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection.py b/airflow_client/client/model/user_collection.py
index 1cd89fe..6234455 100644
--- a/airflow_client/client/model/user_collection.py
+++ b/airflow_client/client/model/user_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection_all_of.py b/airflow_client/client/model/user_collection_all_of.py
index 7257ca2..ab9d1e9 100644
--- a/airflow_client/client/model/user_collection_all_of.py
+++ b/airflow_client/client/model/user_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection_item.py b/airflow_client/client/model/user_collection_item.py
index 9b90e9a..5685b2d 100644
--- a/airflow_client/client/model/user_collection_item.py
+++ b/airflow_client/client/model/user_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/user_collection_item_roles.py b/airflow_client/client/model/user_collection_item_roles.py
index 19fb75d..05e66e4 100644
--- a/airflow_client/client/model/user_collection_item_roles.py
+++ b/airflow_client/client/model/user_collection_item_roles.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable.py b/airflow_client/client/model/variable.py
index 2972d14..a0f490f 100644
--- a/airflow_client/client/model/variable.py
+++ b/airflow_client/client/model/variable.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_all_of.py b/airflow_client/client/model/variable_all_of.py
index 4cffabe..30f137b 100644
--- a/airflow_client/client/model/variable_all_of.py
+++ b/airflow_client/client/model/variable_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_collection.py b/airflow_client/client/model/variable_collection.py
index 30988fd..a9aeae2 100644
--- a/airflow_client/client/model/variable_collection.py
+++ b/airflow_client/client/model/variable_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_collection_all_of.py b/airflow_client/client/model/variable_collection_all_of.py
index 993491b..1bb72d5 100644
--- a/airflow_client/client/model/variable_collection_all_of.py
+++ b/airflow_client/client/model/variable_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/variable_collection_item.py b/airflow_client/client/model/variable_collection_item.py
index 91bcae6..2f771ec 100644
--- a/airflow_client/client/model/variable_collection_item.py
+++ b/airflow_client/client/model/variable_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/version_info.py b/airflow_client/client/model/version_info.py
index d055f9d..8536d83 100644
--- a/airflow_client/client/model/version_info.py
+++ b/airflow_client/client/model/version_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/weight_rule.py b/airflow_client/client/model/weight_rule.py
index a292890..3595631 100644
--- a/airflow_client/client/model/weight_rule.py
+++ b/airflow_client/client/model/weight_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com.py b/airflow_client/client/model/x_com.py
index 2c336ba..90335a9 100644
--- a/airflow_client/client/model/x_com.py
+++ b/airflow_client/client/model/x_com.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_all_of.py b/airflow_client/client/model/x_com_all_of.py
index 3e5196e..f6b68ee 100644
--- a/airflow_client/client/model/x_com_all_of.py
+++ b/airflow_client/client/model/x_com_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_collection.py b/airflow_client/client/model/x_com_collection.py
index 975985d..38ffa05 100644
--- a/airflow_client/client/model/x_com_collection.py
+++ b/airflow_client/client/model/x_com_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_collection_all_of.py b/airflow_client/client/model/x_com_collection_all_of.py
index f5ce5e4..322a1b0 100644
--- a/airflow_client/client/model/x_com_collection_all_of.py
+++ b/airflow_client/client/model/x_com_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model/x_com_collection_item.py b/airflow_client/client/model/x_com_collection_item.py
index 0f411e8..be37068 100644
--- a/airflow_client/client/model/x_com_collection_item.py
+++ b/airflow_client/client/model/x_com_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/model_utils.py b/airflow_client/client/model_utils.py
index c9c1f8f..67de6e4 100644
--- a/airflow_client/client/model_utils.py
+++ b/airflow_client/client/model_utils.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/client/models/__init__.py b/airflow_client/client/models/__init__.py
index 0f3611a..83be670 100644
--- a/airflow_client/client/models/__init__.py
+++ b/airflow_client/client/models/__init__.py
@@ -119,6 +119,7 @@ from airflow_client.client.model.triggerer_status import TriggererStatus
 from airflow_client.client.model.update_dag_run_state import UpdateDagRunState
 from airflow_client.client.model.update_task_instance import UpdateTaskInstance
 from airflow_client.client.model.update_task_instances_state import UpdateTaskInstancesState
+from airflow_client.client.model.update_task_state import UpdateTaskState
 from airflow_client.client.model.user import User
 from airflow_client.client.model.user_all_of import UserAllOf
 from airflow_client.client.model.user_collection import UserCollection
diff --git a/airflow_client/client/rest.py b/airflow_client/client/rest.py
index 75acf6f..63df8e1 100644
--- a/airflow_client/client/rest.py
+++ b/airflow_client/client/rest.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/docs/DAGApi.md b/airflow_client/docs/DAGApi.md
index 1ce3e79..baf3457 100644
--- a/airflow_client/docs/DAGApi.md
+++ b/airflow_client/docs/DAGApi.md
@@ -992,7 +992,7 @@ with client.ApiClient(configuration) as api_client:
         include_downstream=True,
         include_future=True,
         include_past=True,
-        new_state="success",
+        new_state=UpdateTaskState("success"),
     ) # UpdateTaskInstancesState | Parameters of action
 
     # example passing only required values which don't have defaults set
diff --git a/airflow_client/docs/DAGDetail.md b/airflow_client/docs/DAGDetail.md
index a679031..74a25f8 100644
--- a/airflow_client/docs/DAGDetail.md
+++ b/airflow_client/docs/DAGDetail.md
@@ -34,7 +34,7 @@ Name | Type | Description | Notes
 **last_expired** | **datetime, none_type** | Time when the DAG last received a refresh signal (e.g. the DAG&#39;s \&quot;refresh\&quot; button was clicked in the web UI)  *New in version 2.3.0*  | [optional] [readonly] 
 **scheduler_lock** | **bool, none_type** | Whether (one of) the scheduler is scheduling this DAG at the moment  *New in version 2.3.0*  | [optional] [readonly] 
 **pickle_id** | **str, none_type** | Foreign key to the latest pickle_id  *New in version 2.3.0*  | [optional] [readonly] 
-**default_view** | **str** |  | [optional] [readonly] 
+**default_view** | **str, none_type** |  | [optional] [readonly] 
 **fileloc** | **str** | The absolute path to the file. | [optional] [readonly] 
 **file_token** | **str** | The key containing the encrypted path to the file. Encryption and decryption take place only on the server. This prevents the client from reading an non-DAG file. This also ensures API extensibility, because the format of encrypted data may change.  | [optional] [readonly] 
 **owners** | **[str]** |  | [optional] [readonly] 
diff --git a/airflow_client/docs/DAGDetailAllOf.md b/airflow_client/docs/DAGDetailAllOf.md
index aee85c7..95c8996 100644
--- a/airflow_client/docs/DAGDetailAllOf.md
+++ b/airflow_client/docs/DAGDetailAllOf.md
@@ -30,7 +30,7 @@ Name | Type | Description | Notes
 **start_date** | **datetime, none_type** | The DAG&#39;s start date.  *Changed in version 2.0.1*&amp;#58; Field becomes nullable.  | [optional] [readonly] 
 **dag_run_timeout** | [**TimeDelta**](TimeDelta.md) |  | [optional] 
 **doc_md** | **str, none_type** |  | [optional] [readonly] 
-**default_view** | **str** |  | [optional] [readonly] 
+**default_view** | **str, none_type** |  | [optional] [readonly] 
 **params** | **{str: (bool, date, datetime, dict, float, int, list, str, none_type)}** | User-specified DAG params.  *New in version 2.0.1*  | [optional] [readonly] 
 **end_date** | **datetime, none_type** | The DAG&#39;s end date.  *New in version 2.3.0*.  | [optional] [readonly] 
 **is_paused_upon_creation** | **bool, none_type** | Whether the DAG is paused upon creation.  *New in version 2.3.0*  | [optional] [readonly] 
diff --git a/airflow_client/docs/EventLogApi.md b/airflow_client/docs/EventLogApi.md
index 1674ebb..e0c7d92 100644
--- a/airflow_client/docs/EventLogApi.md
+++ b/airflow_client/docs/EventLogApi.md
@@ -149,12 +149,18 @@ with client.ApiClient(configuration) as api_client:
     limit = 100 # int | The numbers of items to return. (optional) if omitted the server will use the default value of 100
     offset = 0 # int | The number of items to skip before starting to collect the result set. (optional)
     order_by = "order_by_example" # str | The name of the field to order the results by. Prefix a field name with `-` to reverse the sort order.  *New in version 2.1.0*  (optional)
+    dag_id = "dag_id_example" # str | Returns objects matched by the DAG ID. (optional)
+    task_id = "task_id_example" # str | Returns objects matched by the Task ID. (optional)
+    event = "event_example" # str | The name of event log. (optional)
+    owner = "owner_example" # str | The owner's name of event log. (optional)
+    before = dateutil_parser('1970-01-01T00:00:00.00Z') # datetime | Timestamp to select event logs occurring before. (optional)
+    after = dateutil_parser('1970-01-01T00:00:00.00Z') # datetime | Timestamp to select event logs occurring after. (optional)
 
     # example passing only required values which don't have defaults set
     # and optional values
     try:
         # List log entries
-        api_response = api_instance.get_event_logs(limit=limit, offset=offset, order_by=order_by)
+        api_response = api_instance.get_event_logs(limit=limit, offset=offset, order_by=order_by, dag_id=dag_id, task_id=task_id, event=event, owner=owner, before=before, after=after)
         pprint(api_response)
     except client.ApiException as e:
         print("Exception when calling EventLogApi->get_event_logs: %s\n" % e)
@@ -168,6 +174,12 @@ Name | Type | Description  | Notes
  **limit** | **int**| The numbers of items to return. | [optional] if omitted the server will use the default value of 100
  **offset** | **int**| The number of items to skip before starting to collect the result set. | [optional]
  **order_by** | **str**| The name of the field to order the results by. Prefix a field name with &#x60;-&#x60; to reverse the sort order.  *New in version 2.1.0*  | [optional]
+ **dag_id** | **str**| Returns objects matched by the DAG ID. | [optional]
+ **task_id** | **str**| Returns objects matched by the Task ID. | [optional]
+ **event** | **str**| The name of event log. | [optional]
+ **owner** | **str**| The owner&#39;s name of event log. | [optional]
+ **before** | **datetime**| Timestamp to select event logs occurring before. | [optional]
+ **after** | **datetime**| Timestamp to select event logs occurring after. | [optional]
 
 ### Return type
 
diff --git a/airflow_client/docs/PluginCollectionItem.md b/airflow_client/docs/PluginCollectionItem.md
index 42f98b0..d178368 100644
--- a/airflow_client/docs/PluginCollectionItem.md
+++ b/airflow_client/docs/PluginCollectionItem.md
@@ -34,6 +34,9 @@ Name | Type | Description | Notes
 **global_operator_extra_links** | **[str, none_type]** | The global operator extra links | [optional] 
 **operator_extra_links** | **[str, none_type]** | Operator extra links | [optional] 
 **source** | **str, none_type** | The plugin source | [optional] 
+**ti_deps** | **[str]** | The plugin task instance dependencies | [optional] 
+**listeners** | **[str]** | The plugin listeners | [optional] 
+**timetables** | **[str]** | The plugin timetables | [optional] 
 **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
 
 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/airflow_client/docs/TaskInstanceApi.md b/airflow_client/docs/TaskInstanceApi.md
index 78315d1..369ab1e 100644
--- a/airflow_client/docs/TaskInstanceApi.md
+++ b/airflow_client/docs/TaskInstanceApi.md
@@ -815,7 +815,7 @@ with client.ApiClient(configuration) as api_client:
     map_index = 1 # int | The map index.
     update_task_instance = UpdateTaskInstance(
         dry_run=True,
-        new_state="success",
+        new_state=UpdateTaskState("success"),
     ) # UpdateTaskInstance | Parameters of action (optional)
 
     # example passing only required values which don't have defaults set
@@ -917,7 +917,7 @@ with client.ApiClient(configuration) as api_client:
     task_id = "task_id_example" # str | The task ID.
     update_task_instance = UpdateTaskInstance(
         dry_run=True,
-        new_state="success",
+        new_state=UpdateTaskState("success"),
     ) # UpdateTaskInstance | Parameters of action
 
     # example passing only required values which don't have defaults set
diff --git a/airflow_client/docs/UpdateTaskInstance.md b/airflow_client/docs/UpdateTaskInstance.md
index 992a099..2bbd09c 100644
--- a/airflow_client/docs/UpdateTaskInstance.md
+++ b/airflow_client/docs/UpdateTaskInstance.md
@@ -24,7 +24,7 @@
 Name | Type | Description | Notes
 ------------ | ------------- | ------------- | -------------
 **dry_run** | **bool** | If set, don&#39;t actually run this operation. The response will contain the task instance planned to be affected, but won&#39;t be modified in any way.  | [optional]  if omitted the server will use the default value of True
-**new_state** | **str** | Expected new state. | [optional] 
+**new_state** | [**UpdateTaskState**](UpdateTaskState.md) |  | [optional] 
 **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
 
 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/airflow_client/docs/UpdateTaskInstancesState.md b/airflow_client/docs/UpdateTaskInstancesState.md
index 45d0194..e5d56fb 100644
--- a/airflow_client/docs/UpdateTaskInstancesState.md
+++ b/airflow_client/docs/UpdateTaskInstancesState.md
@@ -31,7 +31,7 @@ Name | Type | Description | Notes
 **include_downstream** | **bool** | If set to true, downstream tasks are also affected. | [optional] 
 **include_future** | **bool** | If set to True, also tasks from future DAG Runs are affected. | [optional] 
 **include_past** | **bool** | If set to True, also tasks from past DAG Runs are affected. | [optional] 
-**new_state** | **str** | Expected new state. | [optional] 
+**new_state** | [**UpdateTaskState**](UpdateTaskState.md) |  | [optional] 
 **any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
 
 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
diff --git a/airflow_client/docs/UpdateTaskInstance.md b/airflow_client/docs/UpdateTaskState.md
similarity index 67%
copy from airflow_client/docs/UpdateTaskInstance.md
copy to airflow_client/docs/UpdateTaskState.md
index 992a099..7910ee6 100644
--- a/airflow_client/docs/UpdateTaskInstance.md
+++ b/airflow_client/docs/UpdateTaskState.md
@@ -17,15 +17,14 @@
  under the License.
  -->
 
-# UpdateTaskInstance
+# UpdateTaskState
 
+Expected new state. Only a subset of TaskState are available.  Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API. 
 
 ## Properties
 Name | Type | Description | Notes
 ------------ | ------------- | ------------- | -------------
-**dry_run** | **bool** | If set, don&#39;t actually run this operation. The response will contain the task instance planned to be affected, but won&#39;t be modified in any way.  | [optional]  if omitted the server will use the default value of True
-**new_state** | **str** | Expected new state. | [optional] 
-**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
+**value** | **str** | Expected new state. Only a subset of TaskState are available.  Other states are managed directly by the scheduler or the workers and cannot be updated manually through the REST API.  |  must be one of ["success", "failed", "skipped", ]
 
 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
 
diff --git a/airflow_client/test/test_action.py b/airflow_client/test/test_action.py
index 667c087..90d8860 100644
--- a/airflow_client/test/test_action.py
+++ b/airflow_client/test/test_action.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_action_collection.py b/airflow_client/test/test_action_collection.py
index 1a904e3..abb0182 100644
--- a/airflow_client/test/test_action_collection.py
+++ b/airflow_client/test/test_action_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_action_collection_all_of.py b/airflow_client/test/test_action_collection_all_of.py
index c21bdc5..cfebe0d 100644
--- a/airflow_client/test/test_action_collection_all_of.py
+++ b/airflow_client/test/test_action_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_action_resource.py b/airflow_client/test/test_action_resource.py
index 7b9cb90..1a58925 100644
--- a/airflow_client/test/test_action_resource.py
+++ b/airflow_client/test/test_action_resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_basic_dag_run.py b/airflow_client/test/test_basic_dag_run.py
index 4848744..aa6ea68 100644
--- a/airflow_client/test/test_basic_dag_run.py
+++ b/airflow_client/test/test_basic_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_class_reference.py b/airflow_client/test/test_class_reference.py
index bb510b6..cbe2917 100644
--- a/airflow_client/test/test_class_reference.py
+++ b/airflow_client/test/test_class_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_clear_dag_run.py b/airflow_client/test/test_clear_dag_run.py
index bc51a50..39723d8 100644
--- a/airflow_client/test/test_clear_dag_run.py
+++ b/airflow_client/test/test_clear_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_clear_task_instances.py b/airflow_client/test/test_clear_task_instances.py
index cf0fd7c..cfa5baa 100644
--- a/airflow_client/test/test_clear_task_instances.py
+++ b/airflow_client/test/test_clear_task_instances.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_collection_info.py b/airflow_client/test/test_collection_info.py
index f0f6697..770cbf1 100644
--- a/airflow_client/test/test_collection_info.py
+++ b/airflow_client/test/test_collection_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_color.py b/airflow_client/test/test_color.py
index 29fadb5..d560581 100644
--- a/airflow_client/test/test_color.py
+++ b/airflow_client/test/test_color.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config.py b/airflow_client/test/test_config.py
index 4bb5edb..d1c1e78 100644
--- a/airflow_client/test/test_config.py
+++ b/airflow_client/test/test_config.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config_api.py b/airflow_client/test/test_config_api.py
index c5f0df1..da042c5 100644
--- a/airflow_client/test/test_config_api.py
+++ b/airflow_client/test/test_config_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config_option.py b/airflow_client/test/test_config_option.py
index 0a6ac39..e307d0e 100644
--- a/airflow_client/test/test_config_option.py
+++ b/airflow_client/test/test_config_option.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_config_section.py b/airflow_client/test/test_config_section.py
index 04cb9c8..39d78d5 100644
--- a/airflow_client/test/test_config_section.py
+++ b/airflow_client/test/test_config_section.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection.py b/airflow_client/test/test_connection.py
index b04e1b9..6689d16 100644
--- a/airflow_client/test/test_connection.py
+++ b/airflow_client/test/test_connection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_all_of.py b/airflow_client/test/test_connection_all_of.py
index 5483983..7a5036b 100644
--- a/airflow_client/test/test_connection_all_of.py
+++ b/airflow_client/test/test_connection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_api.py b/airflow_client/test/test_connection_api.py
index 253146e..243c2b4 100644
--- a/airflow_client/test/test_connection_api.py
+++ b/airflow_client/test/test_connection_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_collection.py b/airflow_client/test/test_connection_collection.py
index 02e4d9b..6d063dd 100644
--- a/airflow_client/test/test_connection_collection.py
+++ b/airflow_client/test/test_connection_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_collection_all_of.py b/airflow_client/test/test_connection_collection_all_of.py
index e2e75ae..1734864 100644
--- a/airflow_client/test/test_connection_collection_all_of.py
+++ b/airflow_client/test/test_connection_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_collection_item.py b/airflow_client/test/test_connection_collection_item.py
index 529bae3..ebc929b 100644
--- a/airflow_client/test/test_connection_collection_item.py
+++ b/airflow_client/test/test_connection_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_connection_test.py b/airflow_client/test/test_connection_test.py
index 1253978..61c019f 100644
--- a/airflow_client/test/test_connection_test.py
+++ b/airflow_client/test/test_connection_test.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_cron_expression.py b/airflow_client/test/test_cron_expression.py
index 5ab8946..e6e12ab 100644
--- a/airflow_client/test/test_cron_expression.py
+++ b/airflow_client/test/test_cron_expression.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag.py b/airflow_client/test/test_dag.py
index e0d32de..23521a3 100644
--- a/airflow_client/test/test_dag.py
+++ b/airflow_client/test/test_dag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_api.py b/airflow_client/test/test_dag_api.py
index 8550cf7..5c6d2c6 100644
--- a/airflow_client/test/test_dag_api.py
+++ b/airflow_client/test/test_dag_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_collection.py b/airflow_client/test/test_dag_collection.py
index 2341e2e..31baf9d 100644
--- a/airflow_client/test/test_dag_collection.py
+++ b/airflow_client/test/test_dag_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_collection_all_of.py b/airflow_client/test/test_dag_collection_all_of.py
index 707f1b7..5b77997 100644
--- a/airflow_client/test/test_dag_collection_all_of.py
+++ b/airflow_client/test/test_dag_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_detail.py b/airflow_client/test/test_dag_detail.py
index 3444aa2..ad03564 100644
--- a/airflow_client/test/test_dag_detail.py
+++ b/airflow_client/test/test_dag_detail.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_detail_all_of.py b/airflow_client/test/test_dag_detail_all_of.py
index 6bb3d5c..c337038 100644
--- a/airflow_client/test/test_dag_detail_all_of.py
+++ b/airflow_client/test/test_dag_detail_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_processor_status.py b/airflow_client/test/test_dag_processor_status.py
index 6eb3915..44e1d5d 100644
--- a/airflow_client/test/test_dag_processor_status.py
+++ b/airflow_client/test/test_dag_processor_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run.py b/airflow_client/test/test_dag_run.py
index 741cd1d..e692053 100644
--- a/airflow_client/test/test_dag_run.py
+++ b/airflow_client/test/test_dag_run.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run_api.py b/airflow_client/test/test_dag_run_api.py
index 0ec1e72..73b0865 100644
--- a/airflow_client/test/test_dag_run_api.py
+++ b/airflow_client/test/test_dag_run_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run_collection.py b/airflow_client/test/test_dag_run_collection.py
index db36521..f22ca1d 100644
--- a/airflow_client/test/test_dag_run_collection.py
+++ b/airflow_client/test/test_dag_run_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_run_collection_all_of.py b/airflow_client/test/test_dag_run_collection_all_of.py
index 44fe887..3449178 100644
--- a/airflow_client/test/test_dag_run_collection_all_of.py
+++ b/airflow_client/test/test_dag_run_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_schedule_dataset_reference.py b/airflow_client/test/test_dag_schedule_dataset_reference.py
index e9b2cbb..78e4d54 100644
--- a/airflow_client/test/test_dag_schedule_dataset_reference.py
+++ b/airflow_client/test/test_dag_schedule_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_state.py b/airflow_client/test/test_dag_state.py
index 65963f2..678f14d 100644
--- a/airflow_client/test/test_dag_state.py
+++ b/airflow_client/test/test_dag_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning.py b/airflow_client/test/test_dag_warning.py
index 1cf0be1..2fb3c8f 100644
--- a/airflow_client/test/test_dag_warning.py
+++ b/airflow_client/test/test_dag_warning.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning_api.py b/airflow_client/test/test_dag_warning_api.py
index 12f08a2..7aae77a 100644
--- a/airflow_client/test/test_dag_warning_api.py
+++ b/airflow_client/test/test_dag_warning_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning_collection.py b/airflow_client/test/test_dag_warning_collection.py
index 98aa869..49a3305 100644
--- a/airflow_client/test/test_dag_warning_collection.py
+++ b/airflow_client/test/test_dag_warning_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dag_warning_collection_all_of.py b/airflow_client/test/test_dag_warning_collection_all_of.py
index c0a74a8..3b9c4df 100644
--- a/airflow_client/test/test_dag_warning_collection_all_of.py
+++ b/airflow_client/test/test_dag_warning_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset.py b/airflow_client/test/test_dataset.py
index bce22f7..b32fb23 100644
--- a/airflow_client/test/test_dataset.py
+++ b/airflow_client/test/test_dataset.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_api.py b/airflow_client/test/test_dataset_api.py
index d66cd32..e0bdc2c 100644
--- a/airflow_client/test/test_dataset_api.py
+++ b/airflow_client/test/test_dataset_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_collection.py b/airflow_client/test/test_dataset_collection.py
index 6c09188..1baedf2 100644
--- a/airflow_client/test/test_dataset_collection.py
+++ b/airflow_client/test/test_dataset_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_collection_all_of.py b/airflow_client/test/test_dataset_collection_all_of.py
index a09f842..08b6959 100644
--- a/airflow_client/test/test_dataset_collection_all_of.py
+++ b/airflow_client/test/test_dataset_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_event.py b/airflow_client/test/test_dataset_event.py
index e14ab5e..6f74fa9 100644
--- a/airflow_client/test/test_dataset_event.py
+++ b/airflow_client/test/test_dataset_event.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_event_collection.py b/airflow_client/test/test_dataset_event_collection.py
index 816747a..86cc6be 100644
--- a/airflow_client/test/test_dataset_event_collection.py
+++ b/airflow_client/test/test_dataset_event_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_dataset_event_collection_all_of.py b/airflow_client/test/test_dataset_event_collection_all_of.py
index cb62c17..6fa31cc 100644
--- a/airflow_client/test/test_dataset_event_collection_all_of.py
+++ b/airflow_client/test/test_dataset_event_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_error.py b/airflow_client/test/test_error.py
index 9da0e17..8af4cae 100644
--- a/airflow_client/test/test_error.py
+++ b/airflow_client/test/test_error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log.py b/airflow_client/test/test_event_log.py
index 7a11a4f..d4ce81f 100644
--- a/airflow_client/test/test_event_log.py
+++ b/airflow_client/test/test_event_log.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log_api.py b/airflow_client/test/test_event_log_api.py
index 35bfcf1..c05b698 100644
--- a/airflow_client/test/test_event_log_api.py
+++ b/airflow_client/test/test_event_log_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log_collection.py b/airflow_client/test/test_event_log_collection.py
index 5961374..efefb00 100644
--- a/airflow_client/test/test_event_log_collection.py
+++ b/airflow_client/test/test_event_log_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_event_log_collection_all_of.py b/airflow_client/test/test_event_log_collection_all_of.py
index 56f2e04..8238531 100644
--- a/airflow_client/test/test_event_log_collection_all_of.py
+++ b/airflow_client/test/test_event_log_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_extra_link.py b/airflow_client/test/test_extra_link.py
index 6a062db..fd49d53 100644
--- a/airflow_client/test/test_extra_link.py
+++ b/airflow_client/test/test_extra_link.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_extra_link_collection.py b/airflow_client/test/test_extra_link_collection.py
index 5c1d1c1..4f08e7a 100644
--- a/airflow_client/test/test_extra_link_collection.py
+++ b/airflow_client/test/test_extra_link_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_health_info.py b/airflow_client/test/test_health_info.py
index cc3af72..de61450 100644
--- a/airflow_client/test/test_health_info.py
+++ b/airflow_client/test/test_health_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_health_status.py b/airflow_client/test/test_health_status.py
index 9637137..026ec50 100644
--- a/airflow_client/test/test_health_status.py
+++ b/airflow_client/test/test_health_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error.py b/airflow_client/test/test_import_error.py
index 27caf0d..11f287b 100644
--- a/airflow_client/test/test_import_error.py
+++ b/airflow_client/test/test_import_error.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error_api.py b/airflow_client/test/test_import_error_api.py
index cf499f1..9db775e 100644
--- a/airflow_client/test/test_import_error_api.py
+++ b/airflow_client/test/test_import_error_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error_collection.py b/airflow_client/test/test_import_error_collection.py
index 91207d9..b90797b 100644
--- a/airflow_client/test/test_import_error_collection.py
+++ b/airflow_client/test/test_import_error_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_import_error_collection_all_of.py b/airflow_client/test/test_import_error_collection_all_of.py
index 6957f44..656c94d 100644
--- a/airflow_client/test/test_import_error_collection_all_of.py
+++ b/airflow_client/test/test_import_error_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_inline_response200.py b/airflow_client/test/test_inline_response200.py
index 123cf6f..61ba213 100644
--- a/airflow_client/test/test_inline_response200.py
+++ b/airflow_client/test/test_inline_response200.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_inline_response2001.py b/airflow_client/test/test_inline_response2001.py
index a2ea34c..9fb956b 100644
--- a/airflow_client/test/test_inline_response2001.py
+++ b/airflow_client/test/test_inline_response2001.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_job.py b/airflow_client/test/test_job.py
index db270ec..1620fe4 100644
--- a/airflow_client/test/test_job.py
+++ b/airflow_client/test/test_job.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_list_dag_runs_form.py b/airflow_client/test/test_list_dag_runs_form.py
index c1c84fa..0dd0b0c 100644
--- a/airflow_client/test/test_list_dag_runs_form.py
+++ b/airflow_client/test/test_list_dag_runs_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_list_task_instance_form.py b/airflow_client/test/test_list_task_instance_form.py
index 8836537..001f917 100644
--- a/airflow_client/test/test_list_task_instance_form.py
+++ b/airflow_client/test/test_list_task_instance_form.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_metadatabase_status.py b/airflow_client/test/test_metadatabase_status.py
index 3460716..7a65485 100644
--- a/airflow_client/test/test_metadatabase_status.py
+++ b/airflow_client/test/test_metadatabase_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_monitoring_api.py b/airflow_client/test/test_monitoring_api.py
index ea3f77c..9d21cb6 100644
--- a/airflow_client/test/test_monitoring_api.py
+++ b/airflow_client/test/test_monitoring_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_permission_api.py b/airflow_client/test/test_permission_api.py
index b1416c7..9090068 100644
--- a/airflow_client/test/test_permission_api.py
+++ b/airflow_client/test/test_permission_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_api.py b/airflow_client/test/test_plugin_api.py
index 04ef880..0002209 100644
--- a/airflow_client/test/test_plugin_api.py
+++ b/airflow_client/test/test_plugin_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_collection.py b/airflow_client/test/test_plugin_collection.py
index b87dc73..d5ec169 100644
--- a/airflow_client/test/test_plugin_collection.py
+++ b/airflow_client/test/test_plugin_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_collection_all_of.py b/airflow_client/test/test_plugin_collection_all_of.py
index cd70cb6..23723b0 100644
--- a/airflow_client/test/test_plugin_collection_all_of.py
+++ b/airflow_client/test/test_plugin_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_plugin_collection_item.py b/airflow_client/test/test_plugin_collection_item.py
index bf98e3a..6a202f9 100644
--- a/airflow_client/test/test_plugin_collection_item.py
+++ b/airflow_client/test/test_plugin_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool.py b/airflow_client/test/test_pool.py
index a9b0905..d51bff9 100644
--- a/airflow_client/test/test_pool.py
+++ b/airflow_client/test/test_pool.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool_api.py b/airflow_client/test/test_pool_api.py
index 739a610..4639fc9 100644
--- a/airflow_client/test/test_pool_api.py
+++ b/airflow_client/test/test_pool_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool_collection.py b/airflow_client/test/test_pool_collection.py
index 21d2094..9da146b 100644
--- a/airflow_client/test/test_pool_collection.py
+++ b/airflow_client/test/test_pool_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_pool_collection_all_of.py b/airflow_client/test/test_pool_collection_all_of.py
index 5a811fd..b7d5c4b 100644
--- a/airflow_client/test/test_pool_collection_all_of.py
+++ b/airflow_client/test/test_pool_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_provider.py b/airflow_client/test/test_provider.py
index ce4baac..54b459c 100644
--- a/airflow_client/test/test_provider.py
+++ b/airflow_client/test/test_provider.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_provider_api.py b/airflow_client/test/test_provider_api.py
index 73e0b1f..41844c1 100644
--- a/airflow_client/test/test_provider_api.py
+++ b/airflow_client/test/test_provider_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_provider_collection.py b/airflow_client/test/test_provider_collection.py
index b19d30a..4d7b3f9 100644
--- a/airflow_client/test/test_provider_collection.py
+++ b/airflow_client/test/test_provider_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_relative_delta.py b/airflow_client/test/test_relative_delta.py
index 7c576dc..ecfdc8b 100644
--- a/airflow_client/test/test_relative_delta.py
+++ b/airflow_client/test/test_relative_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_resource.py b/airflow_client/test/test_resource.py
index 4ab6ace..65d708a 100644
--- a/airflow_client/test/test_resource.py
+++ b/airflow_client/test/test_resource.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role.py b/airflow_client/test/test_role.py
index be92993..0e0d812 100644
--- a/airflow_client/test/test_role.py
+++ b/airflow_client/test/test_role.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role_api.py b/airflow_client/test/test_role_api.py
index 93b21b3..54eaa12 100644
--- a/airflow_client/test/test_role_api.py
+++ b/airflow_client/test/test_role_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role_collection.py b/airflow_client/test/test_role_collection.py
index d655eb1..0f505dc 100644
--- a/airflow_client/test/test_role_collection.py
+++ b/airflow_client/test/test_role_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_role_collection_all_of.py b/airflow_client/test/test_role_collection_all_of.py
index 0b73c79..60a811c 100644
--- a/airflow_client/test/test_role_collection_all_of.py
+++ b/airflow_client/test/test_role_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_schedule_interval.py b/airflow_client/test/test_schedule_interval.py
index 0951a9e..bdb845b 100644
--- a/airflow_client/test/test_schedule_interval.py
+++ b/airflow_client/test/test_schedule_interval.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_scheduler_status.py b/airflow_client/test/test_scheduler_status.py
index 5a7937e..b35127b 100644
--- a/airflow_client/test/test_scheduler_status.py
+++ b/airflow_client/test/test_scheduler_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_set_dag_run_note.py b/airflow_client/test/test_set_dag_run_note.py
index e68f281..f69fa90 100644
--- a/airflow_client/test/test_set_dag_run_note.py
+++ b/airflow_client/test/test_set_dag_run_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_set_task_instance_note.py b/airflow_client/test/test_set_task_instance_note.py
index a205477..5c60c4d 100644
--- a/airflow_client/test/test_set_task_instance_note.py
+++ b/airflow_client/test/test_set_task_instance_note.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_sla_miss.py b/airflow_client/test/test_sla_miss.py
index 38bbcd4..8a4dfdb 100644
--- a/airflow_client/test/test_sla_miss.py
+++ b/airflow_client/test/test_sla_miss.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_tag.py b/airflow_client/test/test_tag.py
index ecbcf39..eaf45fe 100644
--- a/airflow_client/test/test_tag.py
+++ b/airflow_client/test/test_tag.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task.py b/airflow_client/test/test_task.py
index 10231fd..bef0db5 100644
--- a/airflow_client/test/test_task.py
+++ b/airflow_client/test/test_task.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_collection.py b/airflow_client/test/test_task_collection.py
index 354b12b..777c96a 100644
--- a/airflow_client/test/test_task_collection.py
+++ b/airflow_client/test/test_task_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_extra_links.py b/airflow_client/test/test_task_extra_links.py
index 31dc5e2..3b42671 100644
--- a/airflow_client/test/test_task_extra_links.py
+++ b/airflow_client/test/test_task_extra_links.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance.py b/airflow_client/test/test_task_instance.py
index a8b0d24..3db5aac 100644
--- a/airflow_client/test/test_task_instance.py
+++ b/airflow_client/test/test_task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_api.py b/airflow_client/test/test_task_instance_api.py
index 944d8fd..bab256a 100644
--- a/airflow_client/test/test_task_instance_api.py
+++ b/airflow_client/test/test_task_instance_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_collection.py b/airflow_client/test/test_task_instance_collection.py
index ceb4fb6..a3d23c4 100644
--- a/airflow_client/test/test_task_instance_collection.py
+++ b/airflow_client/test/test_task_instance_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_collection_all_of.py b/airflow_client/test/test_task_instance_collection_all_of.py
index 8129d52..c23a536 100644
--- a/airflow_client/test/test_task_instance_collection_all_of.py
+++ b/airflow_client/test/test_task_instance_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_reference.py b/airflow_client/test/test_task_instance_reference.py
index d3b1ca8..acae16e 100644
--- a/airflow_client/test/test_task_instance_reference.py
+++ b/airflow_client/test/test_task_instance_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_instance_reference_collection.py b/airflow_client/test/test_task_instance_reference_collection.py
index d72f5dc..19839f8 100644
--- a/airflow_client/test/test_task_instance_reference_collection.py
+++ b/airflow_client/test/test_task_instance_reference_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_outlet_dataset_reference.py b/airflow_client/test/test_task_outlet_dataset_reference.py
index 7c3fc15..b0e57e6 100644
--- a/airflow_client/test/test_task_outlet_dataset_reference.py
+++ b/airflow_client/test/test_task_outlet_dataset_reference.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_task_state.py b/airflow_client/test/test_task_state.py
index 5c3a64f..dcf1c5a 100644
--- a/airflow_client/test/test_task_state.py
+++ b/airflow_client/test/test_task_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_time_delta.py b/airflow_client/test/test_time_delta.py
index 0047780..6664f3f 100644
--- a/airflow_client/test/test_time_delta.py
+++ b/airflow_client/test/test_time_delta.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_trigger.py b/airflow_client/test/test_trigger.py
index d1d92b5..e56f2b8 100644
--- a/airflow_client/test/test_trigger.py
+++ b/airflow_client/test/test_trigger.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_trigger_rule.py b/airflow_client/test/test_trigger_rule.py
index a5a2ec1..591c86c 100644
--- a/airflow_client/test/test_trigger_rule.py
+++ b/airflow_client/test/test_trigger_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_triggerer_status.py b/airflow_client/test/test_triggerer_status.py
index 364d3db..cd4a07e 100644
--- a/airflow_client/test/test_triggerer_status.py
+++ b/airflow_client/test/test_triggerer_status.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_update_dag_run_state.py b/airflow_client/test/test_update_dag_run_state.py
index 49b2f05..535167d 100644
--- a/airflow_client/test/test_update_dag_run_state.py
+++ b/airflow_client/test/test_update_dag_run_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_update_task_instance.py b/airflow_client/test/test_update_task_instance.py
index 32c1637..dd1fe5f 100644
--- a/airflow_client/test/test_update_task_instance.py
+++ b/airflow_client/test/test_update_task_instance.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -30,6 +30,8 @@ import sys
 import unittest
 
 import airflow_client.client
+from airflow_client.client.model.update_task_state import UpdateTaskState
+globals()['UpdateTaskState'] = UpdateTaskState
 from airflow_client.client.model.update_task_instance import UpdateTaskInstance
 
 
diff --git a/airflow_client/test/test_update_task_instances_state.py b/airflow_client/test/test_update_task_instances_state.py
index f51c5eb..41e6fd4 100644
--- a/airflow_client/test/test_update_task_instances_state.py
+++ b/airflow_client/test/test_update_task_instances_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -30,6 +30,8 @@ import sys
 import unittest
 
 import airflow_client.client
+from airflow_client.client.model.update_task_state import UpdateTaskState
+globals()['UpdateTaskState'] = UpdateTaskState
 from airflow_client.client.model.update_task_instances_state import UpdateTaskInstancesState
 
 
diff --git a/airflow_client/test/test_collection_info.py b/airflow_client/test/test_update_task_state.py
similarity index 96%
copy from airflow_client/test/test_collection_info.py
copy to airflow_client/test/test_update_task_state.py
index f0f6697..e0b20f6 100644
--- a/airflow_client/test/test_collection_info.py
+++ b/airflow_client/test/test_update_task_state.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
@@ -30,11 +30,11 @@ import sys
 import unittest
 
 import airflow_client.client
-from airflow_client.client.model.collection_info import CollectionInfo
+from airflow_client.client.model.update_task_state import UpdateTaskState
 
 
-class TestCollectionInfo(unittest.TestCase):
-    """CollectionInfo unit test stubs"""
+class TestUpdateTaskState(unittest.TestCase):
+    """UpdateTaskState unit test stubs"""
 
     def setUp(self):
         pass
@@ -42,10 +42,10 @@ class TestCollectionInfo(unittest.TestCase):
     def tearDown(self):
         pass
 
-    def testCollectionInfo(self):
-        """Test CollectionInfo"""
+    def testUpdateTaskState(self):
+        """Test UpdateTaskState"""
         # FIXME: construct object with mandatory attributes with example values
-        # model = CollectionInfo()  # noqa: E501
+        # model = UpdateTaskState()  # noqa: E501
         pass
 
 
diff --git a/airflow_client/test/test_user.py b/airflow_client/test/test_user.py
index 47c5434..f980ce4 100644
--- a/airflow_client/test/test_user.py
+++ b/airflow_client/test/test_user.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_all_of.py b/airflow_client/test/test_user_all_of.py
index 9e6adcf..b4e7528 100644
--- a/airflow_client/test/test_user_all_of.py
+++ b/airflow_client/test/test_user_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_api.py b/airflow_client/test/test_user_api.py
index 8e72cf8..0c280e8 100644
--- a/airflow_client/test/test_user_api.py
+++ b/airflow_client/test/test_user_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection.py b/airflow_client/test/test_user_collection.py
index 037f048..db2e1de 100644
--- a/airflow_client/test/test_user_collection.py
+++ b/airflow_client/test/test_user_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection_all_of.py b/airflow_client/test/test_user_collection_all_of.py
index 9e6112f..0e5914f 100644
--- a/airflow_client/test/test_user_collection_all_of.py
+++ b/airflow_client/test/test_user_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection_item.py b/airflow_client/test/test_user_collection_item.py
index 8c7d497..6c9b8b2 100644
--- a/airflow_client/test/test_user_collection_item.py
+++ b/airflow_client/test/test_user_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_user_collection_item_roles.py b/airflow_client/test/test_user_collection_item_roles.py
index 196ac4c..10f8f1c 100644
--- a/airflow_client/test/test_user_collection_item_roles.py
+++ b/airflow_client/test/test_user_collection_item_roles.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable.py b/airflow_client/test/test_variable.py
index 20690db..ea8389a 100644
--- a/airflow_client/test/test_variable.py
+++ b/airflow_client/test/test_variable.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_all_of.py b/airflow_client/test/test_variable_all_of.py
index b0ccc8a..2d7cf4e 100644
--- a/airflow_client/test/test_variable_all_of.py
+++ b/airflow_client/test/test_variable_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_api.py b/airflow_client/test/test_variable_api.py
index 2cabe69..1fd209a 100644
--- a/airflow_client/test/test_variable_api.py
+++ b/airflow_client/test/test_variable_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_collection.py b/airflow_client/test/test_variable_collection.py
index a41d284..8d88af4 100644
--- a/airflow_client/test/test_variable_collection.py
+++ b/airflow_client/test/test_variable_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_collection_all_of.py b/airflow_client/test/test_variable_collection_all_of.py
index 68507c0..49addbb 100644
--- a/airflow_client/test/test_variable_collection_all_of.py
+++ b/airflow_client/test/test_variable_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_variable_collection_item.py b/airflow_client/test/test_variable_collection_item.py
index 37bafc8..60c1d5c 100644
--- a/airflow_client/test/test_variable_collection_item.py
+++ b/airflow_client/test/test_variable_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_version_info.py b/airflow_client/test/test_version_info.py
index 03072eb..2f8c95e 100644
--- a/airflow_client/test/test_version_info.py
+++ b/airflow_client/test/test_version_info.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_weight_rule.py b/airflow_client/test/test_weight_rule.py
index b767040..bc04e90 100644
--- a/airflow_client/test/test_weight_rule.py
+++ b/airflow_client/test/test_weight_rule.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com.py b/airflow_client/test/test_x_com.py
index 0ea6c78..ad6ce6d 100644
--- a/airflow_client/test/test_x_com.py
+++ b/airflow_client/test/test_x_com.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_all_of.py b/airflow_client/test/test_x_com_all_of.py
index 06e6759..9c31fe6 100644
--- a/airflow_client/test/test_x_com_all_of.py
+++ b/airflow_client/test/test_x_com_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_api.py b/airflow_client/test/test_x_com_api.py
index 261e744..b7d316b 100644
--- a/airflow_client/test/test_x_com_api.py
+++ b/airflow_client/test/test_x_com_api.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_collection.py b/airflow_client/test/test_x_com_collection.py
index a8537ed..ef30c79 100644
--- a/airflow_client/test/test_x_com_collection.py
+++ b/airflow_client/test/test_x_com_collection.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_collection_all_of.py b/airflow_client/test/test_x_com_collection_all_of.py
index 13d2e14..c2564dd 100644
--- a/airflow_client/test/test_x_com_collection_all_of.py
+++ b/airflow_client/test/test_x_com_collection_all_of.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/airflow_client/test/test_x_com_collection_item.py b/airflow_client/test/test_x_com_collection_item.py
index d6dc1e1..4e47b3f 100644
--- a/airflow_client/test/test_x_com_collection_item.py
+++ b/airflow_client/test/test_x_com_collection_item.py
@@ -20,7 +20,7 @@
 
     # Overview  To facilitate management, Apache Airflow supports a range of REST API endpoints across its objects. This section provides an overview of the API design, methods, and supported use cases.  Most of the endpoints accept `JSON` as input and return `JSON` responses. This means that you must usually add the following headers to your request: ``` Content-type: application/json Accept: application/json ```  ## Resources  The term `resource` refers to a single type of object in th [...]
 
-    The version of the OpenAPI document: 2.7.3
+    The version of the OpenAPI document: 2.8.0
     Contact: dev@airflow.apache.org
     Generated by: https://openapi-generator.tech
 """
diff --git a/setup.py b/setup.py
index cf49d51..4bb8e0c 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@
 
 from setuptools import find_packages, setup  # noqa: H301
 
-VERSION = "2.7.3"
+VERSION = "2.8.0"
 # To install the library, run the following
 #
 # python setup.py install