mik-laj commented on a change in pull request #9124:
URL: https://github.com/apache/airflow/pull/9124#discussion_r439028904



##########
File path: tests/test_core_to_contrib.py
##########
@@ -1236,15 +1236,15 @@
         'airflow.operators.papermill_operator.PapermillOperator',
     ),
     (
-        'airflow.operators.check_operator.CheckOperator',
+        'airflow.operators.sql.SQLCheckOperator',

Review comment:
       You need to add new entry in this file. Now you have corrected the entry 
that changes 
   airflow.operators.presto_check_operator.PrestoCheckOperator => 
airflow.operators.sql.SQLCheckOperator
   , but we have no entry for 
   airflow.operators.check_operator.CheckOperator => 
airflow.operators.sql.SQLCheckOperator. 
   I have intentionally asked to add entries because it is the easiest way to 
check that you have done everything correctly.
   




----------------------------------------------------------------
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