[
https://issues.apache.org/jira/browse/AIRFLOW-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16397142#comment-16397142
]
ASF subversion and git services commented on AIRFLOW-2205:
----------------------------------------------------------
Commit 81f8abaab75b614b57c9f8c5dee5955475a02006 in incubator-airflow's branch
refs/heads/master from [~sekikn]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=81f8aba ]
[AIRFLOW-2205] Remove unsupported args from JdbcHook doc
JdbcHook's docstring has unsupported arguments
and unimplemented feature description.
This PR fixes them and adds JdbcHook to the API reference.
> Remove unsupported args from JdbcHook doc
> -----------------------------------------
>
> Key: AIRFLOW-2205
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2205
> Project: Apache Airflow
> Issue Type: Bug
> Components: docs, Documentation
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Minor
> Fix For: 1.10.0
>
>
> The following arguments are in JdbcHook's docstring, but unsupported actually
> (the last two have to be specified via "extra" field in the database, not as
> arguments):
> - jdbc_url
> - sql
> - jdbc_driver_name
> - jdbc_driver_loc
> Also, the following functionality doesn't seem to be implemented:
> bq. Otherwise host, port, schema, username and password can be specified on
> the fly.
> In addition, JdbcHook is missing from the API reference.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)