[ 
https://issues.apache.org/jira/browse/BEAM-14098?focusedWorklogId=744517&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-744517
 ]

ASF GitHub Bot logged work on BEAM-14098:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 19/Mar/22 00:31
            Start Date: 19/Mar/22 00:31
    Worklog Time Spent: 10m 
      Work Description: codecov[bot] edited a comment on pull request #17088:
URL: https://github.com/apache/beam/pull/17088#issuecomment-1067220208






-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 744517)
    Time Spent: 1h 40m  (was: 1.5h)

> Abstract the details of JDBC IO like driver information from user in Go SDK
> ---------------------------------------------------------------------------
>
>                 Key: BEAM-14098
>                 URL: https://issues.apache.org/jira/browse/BEAM-14098
>             Project: Beam
>          Issue Type: Improvement
>          Components: sdk-go
>            Reporter: Ritesh Ghorse
>            Assignee: Ritesh Ghorse
>            Priority: P2
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> Currently, the users have to specify driver name for the database they are 
> intending to connect with jdbc. This may not be absolutely required to some 
> users who prefer to go with default driver for that database.
> For ex: To do write operation with jdbc io, users have to write
> {code:java}
> jdbcio.Write(s, tableName, driverClassName, jdbcurl, username, password, 
> jdbcio.ExpansionAddrWrite("localhost:9000")){code}
> We want to have transforms like 
> {code:java}
> jdbcio.WriteFromPostgres(s, tableName, jdbcurl, username, password, 
> jdbcio.ExpansionAddrWrite("localhost:9000")){code}
> We will keep the original API as it though to avoid any breakage and to 
> support other databases unless we add specific APIs for them or for the user.
>  



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to