From 86242247155a582f771a380b4c2d94bce80d6929 Mon Sep 17 00:00:00 2001 From: Ryan McCormack Date: Wed, 26 Aug 2020 18:56:40 -0400 Subject: [PATCH] Remove Outdated SQLCheckOperator Docstring (#10589) This method is now implemented --- airflow/operators/sql.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/airflow/operators/sql.py b/airflow/operators/sql.py index a5dba9c44b7b8..7e005ff991a6b 100644 --- a/airflow/operators/sql.py +++ b/airflow/operators/sql.py @@ -66,10 +66,6 @@ class SQLCheckOperator(BaseOperator): publishing dubious data, or on the side and receive email alerts without stopping the progress of the DAG. - Note that this is an abstract class and get_db_hook - needs to be defined. Whereas a get_db_hook is hook that gets a - single record from an external source. - :param sql: the sql to be executed. (templated) :type sql: str """