tap-google-sheets
tap-google-sheets copied to clipboard
Machine - Ubuntu 20.04 LTS python version - 3.8 ran the following commands. pip install tap-google-sheets tap-google-sheets --config config.json --discover > catalog.json the config.json contains the following: > { >...
# Description of change Added batch_rows as an optional config, with default value 200. This can be used to diminish API calls, potentially avoiding API call count limitations. # Manual...
Same sheet was getting pulled earlier; now it is giving this error; Tried to create a new sheet and pulled it but the same error. INFO HTTP request to "file_metadata"...
Running ``` tap-google-sheets --config config.json --discover > catalog.json ``` Gives the `catalog.json` file, as expected (with schema, stream name, metadata, etc). But now, I want to actually get data from...
Hi, First of all, apologies if I should have waited for an issue to be approved before creating this PR. It's just that I really need this feature, and I...
https://github.com/singer-io/tap-google-sheets/blob/f1d1d43c6b74a8705e91e908c582e39c68464c0c/tap_google_sheets/schema.py#L3 I think this is safe to remove because [it's only used in this one initialization](https://github.com/singer-io/tap-google-sheets/blob/f1d1d43c6b74a8705e91e908c582e39c68464c0c/tap_google_sheets/schema.py#L25), but it's not really used because that variable is overwritten moments later