Skip to content

Commit

Permalink
Remove Outdated SQLCheckOperator Docstring (apache#10589)
Browse files Browse the repository at this point in the history
This method is now implemented
  • Loading branch information
rynmccrmck authored Aug 26, 2020
1 parent 2fc9614 commit 8624224
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions airflow/operators/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 8624224

Please sign in to comment.