You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2023/03/04 23:55:15 UTC

[airflow] branch main updated (035ad26d79 -> 88ed20a813)

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 035ad26d79 Add "BOOLEAN" to type_map of MSSQLToGCSOperator, fix incorrect bit->int type conversion by specifying BIT fields explicitly (#29902)
     add 88ed20a813 Decouple production executor warning in dags UI (#29609)

No new revisions were added by this update.

Summary of changes:
 airflow/executors/base_executor.py                 | 9 +++++----
 airflow/executors/celery_kubernetes_executor.py    | 7 +++++--
 airflow/executors/debug_executor.py                | 5 ++++-
 airflow/executors/local_kubernetes_executor.py     | 7 +++++--
 airflow/executors/sequential_executor.py           | 3 +++
 airflow/www/templates/airflow/dags.html            | 4 ++--
 airflow/www/views.py                               | 5 ++++-
 tests/executors/test_base_executor.py              | 4 ++++
 tests/executors/test_celery_kubernetes_executor.py | 3 +++
 tests/executors/test_debug_executor.py             | 3 +++
 tests/executors/test_local_kubernetes_executor.py  | 3 +++
 tests/executors/test_sequential_executor.py        | 3 +++
 12 files changed, 44 insertions(+), 12 deletions(-)