ashb commented on a change in pull request #5913: Change SQLSensor to treat
NULL as keep poking.
URL: https://github.com/apache/airflow/pull/5913#discussion_r319018348
##########
File path: airflow/sensors/sql_sensor.py
##########
@@ -61,14 +58,13 @@ class SqlSensor(BaseSensorOperator):
@apply_defaults
def __init__(self, conn_id, sql, parameters=None, success=None,
failure=None, fail_on_empty=False,
- allow_null=True, *args, **kwargs):
Review comment:
I would say leave this as an option but set just change the default please.
----------------------------------------------------------------
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]
With regards,
Apache Git Services