ephraimbuddy commented on a change in pull request #14344:
URL: https://github.com/apache/airflow/pull/14344#discussion_r579805195



##########
File path: airflow/upgrade/rules/db_api_functions.py
##########
@@ -33,20 +33,16 @@ def check_run(cls):
     try:
         cls.__new__(cls).run("fake SQL")
         return return_error_string(cls, "run")
-    except NotImplementedError:
-        pass
     except Exception:
-        return return_error_string(cls, "run")
+        pass

Review comment:
       This was the culprit as attribute error due to not finding a connection 
gets returned as run implementation




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to