You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the file parse INFO log and also a CRITICAL error that prevents from generating the catalog.json file:
CRITICAL list index out of range
Traceback (most recent call last):
File "/home/sistemas/taps/bin/tap-google-sheets", line 11, in <module>
load_entry_point('tap-google-sheets==1.0.1', 'console_scripts', 'tap-google-sheets')()
File "/home/sistemas/taps/lib/python3.7/site-packages/singer_python-5.9.0-py3.7.egg/singer/utils.py", line 229, in wrapped
return fnc(*args, **kwargs)
File "/home/sistemas/taps/lib/python3.7/site-packages/tap_google_sheets-1.0.1-py3.7.egg/tap_google_sheets/__init__.py", line 49, in main
do_discover(client, spreadsheet_id)
File "/home/sistemas/taps/lib/python3.7/site-packages/tap_google_sheets-1.0.1-py3.7.egg/tap_google_sheets/__init__.py", line 26, in do_discover
catalog = discover(client, spreadsheet_id)
File "/home/sistemas/taps/lib/python3.7/site-packages/tap_google_sheets-1.0.1-py3.7.egg/tap_google_sheets/discover.py", line 6, in discover
schemas, field_metadata = get_schemas(client, spreadsheet_id)
File "/home/sistemas/taps/lib/python3.7/site-packages/tap_google_sheets-1.0.1-py3.7.egg/tap_google_sheets/schema.py", line 282, in get_schemas
sheet_json_schema, columns = get_sheet_metadata(sheet, spreadsheet_id, client)
File "/home/sistemas/taps/lib/python3.7/site-packages/tap_google_sheets-1.0.1-py3.7.egg/tap_google_sheets/schema.py", line 235, in get_sheet_metadata
sheet_json_schema, columns = get_sheet_schema_columns(sheet_metadata)
File "/home/sistemas/taps/lib/python3.7/site-packages/tap_google_sheets-1.0.1-py3.7.egg/tap_google_sheets/schema.py", line 35, in get_sheet_schema_columns
first_values = row_data[1].get('values', [])
IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
Hi, after doing:
tap-google-sheets --config config.json --discover > catalog.json
I get the file parse INFO log and also a CRITICAL error that prevents from generating the catalog.json file:
The text was updated successfully, but these errors were encountered: