kaxil commented on a change in pull request #3946: [AIRFLOW-3062] Add Qubole in integration docs URL: https://github.com/apache/incubator-airflow/pull/3946#discussion_r221424257
########## File path: airflow/contrib/sensors/qubole_sensor.py ########## @@ -75,13 +67,45 @@ def poke(self, context): class QuboleFileSensor(QuboleSensor): + """ + Wait for a file or folder to be present in cloud storage + and check for its presence via QDS APIs + + :param qubole_conn_id: Connection id which consists of qds auth_token + :type qubole_conn_id: string Review comment: Use `str` instead of `string`. `str` is used in Sphinx docs. ---------------------------------------------------------------- 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
