Repository: incubator-airflow
Updated Branches:
  refs/heads/master 9a315efc7 -> 37072ab52


[AIRFLOW-2225] Update document to include DruidDbApiHook

Closes #3140 from feng-tao/airflow-2225


Project: http://git-wip-us.apache.org/repos/asf/incubator-airflow/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-airflow/commit/37072ab5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-airflow/tree/37072ab5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-airflow/diff/37072ab5

Branch: refs/heads/master
Commit: 37072ab521a8ef77cd1e85b75ecf439e64b70eec
Parents: 9a315ef
Author: Tao feng <tf...@lyft.com>
Authored: Mon Mar 19 09:41:20 2018 +0100
Committer: Fokko Driesprong <fokkodriespr...@godatadriven.com>
Committed: Mon Mar 19 09:41:20 2018 +0100

----------------------------------------------------------------------
 docs/code.rst | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-airflow/blob/37072ab5/docs/code.rst
----------------------------------------------------------------------
diff --git a/docs/code.rst b/docs/code.rst
index 2233ced..c20ff7b 100644
--- a/docs/code.rst
+++ b/docs/code.rst
@@ -310,6 +310,7 @@ interface when possible and acting as building blocks for 
operators.
       HiveMetastoreHook,
       HiveServer2Hook
 .. autoclass:: airflow.hooks.http_hook.HttpHook
+.. autoclass:: airflow.hooks.druid_hook.DruidDbApiHook
 .. autoclass:: airflow.hooks.druid_hook.DruidHook
 .. autoclass:: airflow.hooks.jdbc_hook.JdbcHook
 .. autoclass:: airflow.hooks.mssql_hook.MsSqlHook

Reply via email to