Uploaded image for project: 'Teiid'
  1. Teiid
  2. TEIID-3216

Implement INSERT, UPDATE and DELETE support for google-spreadsheet connector

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 8.10
    • None
    • Misc. Connectors
    • None

      Current plan is to use list-based feed of the Google Data API[1].
      There are three known issues:
      performance - to delete/update 100 rows Teiid must generate 100 http requests
      consistency - user wants to update 50 rows. After the 10th row is updated the connection could fail which would cause that 10 rows would be updated and 40 wouldn't.
      headers - update, delete and and insert statements will be supported only for the spreadsheets that have a header for each column (headers are in the first row of a spreadsheet)

      Select statement is implemented using Google Visualisation API, but this API doesn't support updates and doesn't return row numbers.

      [1] https://developers.google.com/google-apps/spreadsheets/

        There are no Sub-Tasks for this issue.

            felias_jira Filip Elias (Inactive)
            felias_jira Filip Elias (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: