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_r230733527
########## 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: While I agree with the first case that we should have operators/hooks/sensors should be in the `docs/code.rst`, I don't fully agree to the Second. It is cleaner and easier for someone working on AWS, GCP to quickly navigate to that `integrations` section and look for the features for that cloud on Airflow. ---------------------------------------------------------------- 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
