You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by el...@apache.org on 2023/01/05 06:33:49 UTC

[airflow] branch main updated: clean verify_providers.py warnings for `DummyOperator` (#28726)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0be5c90639 clean verify_providers.py warnings for `DummyOperator` (#28726)
0be5c90639 is described below

commit 0be5c90639dcaa9c6542434160f1f1caf51202a0
Author: eladkal <45...@users.noreply.github.com>
AuthorDate: Thu Jan 5 08:33:41 2023 +0200

    clean verify_providers.py warnings for `DummyOperator` (#28726)
    
    `EmptyOperator` was released in 2.3.0 now that all providers have minimum Airflow 2.3.0 version there is no reason for them to raise deprecation warning on `DummyOperator` thus we can remove these entries
---
 scripts/in_container/verify_providers.py | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/scripts/in_container/verify_providers.py b/scripts/in_container/verify_providers.py
index ac2753d04a..5e113c5189 100755
--- a/scripts/in_container/verify_providers.py
+++ b/scripts/in_container/verify_providers.py
@@ -185,16 +185,6 @@ KNOWN_DEPRECATED_MESSAGES: set[tuple[str, str]] = {
     ),
     ("SelectableGroups dict interface is deprecated. Use select.", "kombu"),
     ("The module cloudant is now deprecated. The replacement is ibmcloudant.", "cloudant"),
-    ("This module is deprecated. Please use `airflow.operators.empty`.", "dbt"),
-    ("This module is deprecated. Please use `airflow.operators.empty`.", "jdbc"),
-    ("This module is deprecated. Please use `airflow.operators.empty`.", "azure"),
-    ("This module is deprecated. Please use `airflow.operators.empty`.", "qubole"),
-    ("This module is deprecated. Please use `airflow.operators.empty`.", "winrm"),
-    ("This class is deprecated. Please use `airflow.operators.empty.EmptyOperator`.", "dbt"),
-    ("This class is deprecated. Please use `airflow.operators.empty.EmptyOperator`.", "jdbc"),
-    ("This class is deprecated. Please use `airflow.operators.empty.EmptyOperator`.", "azure"),
-    ("This class is deprecated. Please use `airflow.operators.empty.EmptyOperator`.", "qubole"),
-    ("This class is deprecated. Please use `airflow.operators.empty.EmptyOperator`.", "winrm"),
     (
         "'nteract-scrapbook' package has been renamed to `scrapbook`. No new releases are "
         "going out for this old package name.",