Matatika / tap-google-sheets

tap-google-sheets, singer tap built with the Meltano SDK
GNU Affero General Public License v3.0
2 stars 9 forks source link

Feature/rework discovery capability #1

Closed DanielPDWalker closed 2 years ago

DanielPDWalker commented 2 years ago

Enable dynamic discovery for stream name (out name for file or table) and the schema. This is done by making a request to get your Google Sheet's file metadata to use as the stream name, and the first row of the Sheet data to build the schema.

Added more testing, including for the formatting of the stream name and column names.

Updated the README with info about these changes.