kaxil commented on a change in pull request #4129: [AIRFLOW-3294] Update connections form and integration docs URL: https://github.com/apache/incubator-airflow/pull/4129#discussion_r231166490
########## File path: docs/integration.rst ########## @@ -1011,3 +1011,13 @@ QuboleFileSensor '''''''''''''''' .. autoclass:: airflow.contrib.sensors.qubole_sensor.QuboleFileSensor + +QuboleCheckOperator +''''''''''''''''''' + +.. autoclass:: airflow.contrib.operators.qubole_check_operator.QuboleCheckOperator + +QuboleValueCheckOperator +'''''''''''''''''''''''' + +.. autoclass:: airflow.contrib.operators.qubole_check_operator.QuboleValueCheckOperator Review comment: Ya, I am happy with that given the link points to the same class in code.rst :) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on 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
