You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/02/12 14:07:09 UTC

[GitHub] [airflow] feluelle commented on a change in pull request #6090: [AIRFLOW-5470] Add Apache Livy REST operator

feluelle commented on a change in pull request #6090: [AIRFLOW-5470] Add Apache Livy REST operator
URL: https://github.com/apache/airflow/pull/6090#discussion_r378270803
 
 

 ##########
 File path: docs/operators-and-hooks-ref.rst
 ##########
 @@ -98,6 +98,12 @@ Foundation.
        :mod:`airflow.sensors.hive_partition_sensor`,
        :mod:`airflow.sensors.metastore_partition_sensor`
 
+   * - `Apache Livy <https://livy.apache.org//>`__
+     -
+     - :mod:`airflow.contrib.hooks.livy_hook`
+     - :mod:`airflow.contrib.operators.livy_operator`
+     - :mod:`airflow.contrib.sensors.livy_sensor`
+
 
 Review comment:
   Please update the links. That is the reason why the build docs test is failing.
   
   ```
   Missing modules:
   
   airflow.providers.apache.livy.hooks.livy_hook
   airflow.providers.apache.livy.operators.livy_operator
   airflow.providers.apache.livy.sensors.livy_sensor
   
   Please add this module to operators-and-hooks-ref.rst file.
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services