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

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

                Author: ASF GitHub Bot
            Created on: 14/Mar/22 19:55
            Start Date: 14/Mar/22 19:55
    Worklog Time Spent: 10m 
      Work Description: github-actions[bot] commented on pull request #17088:
URL: https://github.com/apache/beam/pull/17088#issuecomment-1067225660


   Assigning reviewers. If you would like to opt out of this review, comment 
`assign to next reviewer`:
   
   R: @damccorm for label go.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any 
comment or push by the author will return the attention set to the reviewers)


-- 
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: 741185)
    Time Spent: 40m  (was: 0.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: 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