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

potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


    from e56adc8e41 Add _serialize_cell method to TrinoHook and PrestoHook 
(#27724)
     add 9b025e4467 Completed D400 & D401 for airflow/api/* directory (#27716)

No new revisions were added by this update.

Summary of changes:
 airflow/api/__init__.py                            |  4 +--
 airflow/api/auth/backend/basic_auth.py             |  8 ++---
 airflow/api/auth/backend/default.py                |  6 ++--
 airflow/api/auth/backend/deny_all.py               |  6 ++--
 airflow/api/auth/backend/kerberos_auth.py          |  8 ++---
 airflow/api/auth/backend/session.py                |  6 ++--
 airflow/api/client/__init__.py                     |  4 +--
 airflow/api/client/api_client.py                   |  2 +-
 airflow/api/client/json_client.py                  |  2 +-
 airflow/api/client/local_client.py                 |  2 +-
 airflow/api/common/delete_dag.py                   |  2 ++
 airflow/api/common/experimental/__init__.py        |  4 +--
 airflow/api/common/experimental/get_dag_runs.py    |  2 +-
 airflow/api/common/experimental/get_lineage.py     |  4 +--
 airflow/api/common/experimental/get_task.py        |  2 +-
 .../api/common/experimental/get_task_instance.py   |  1 +
 airflow/api/common/mark_tasks.py                   | 39 ++++++++++++++--------
 airflow/api/common/trigger_dag.py                  |  2 +-
 18 files changed, 60 insertions(+), 44 deletions(-)

Reply via email to