You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2018/03/10 13:01:00 UTC

[jira] [Created] (AIRFLOW-2205) Remove unsupported args from JdbcHook doc

Kengo Seki created AIRFLOW-2205:
-----------------------------------

             Summary: 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


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)