Uploaded image for project: 'Apache Gobblin'
  1. Apache Gobblin
  2. GOBBLIN-79

Add config to specify database for JDBC source

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.12.0
    • None

    Description

      SQLServer needs database name in connection string (atleast in Gobblin impl), without which getMetadata() calls are failing. So add a way to specify it in config.

      Presently alternative to that is to specify this in pull file:
      source.conn.port=1433;databaseName=dbName

      (the port is read in as a string, so databaseName appended to it does the trick)

      Thanks @jinhyukchang for discovering this and the fix.

      Github Url : https://github.com/linkedin/gobblin/issues/1317
      Github Reporter : abti
      Github Created At : 2016-10-17T18:26:45Z
      Github Updated At : 2016-10-17T18:30:32Z

      Attachments

        Activity

          People

            arjun4084346 Arjun Singh Bora
            abti Abhishek Tiwari
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: