Hey everyone .Anyone succeeded in loading data fro...
# plugins-general
a
Hey everyone .Anyone succeeded in loading data from tap-google-sheets to a target ? I am kind of stuck . I have set everything in place . Client id , secret and everything but it fails and throws calatog discovery failed
v
Try running with --log-level=debug , when it fails on the discovery protion Meltano does tend to swallow the logs. Maybe this needs an issue @aaronsteers ?
a
Agreed that
--log-level=debug
is the next step. @florian.hines is actually improving logs on the catalog discovering in our dev milestone. Another thing I didn't think about until now, is that perhaps we should automatically print guidance to use
--log-level=debug
whenever we fail and that setting is not already set. Something like "[Process name] ... has failed. For more detailed log messages check '...' log directory or rerun with
--log-level=debug
."
a
@visch . this is the log i am getting . it is showing unauthorized for url
v
Great step! Now it's almost certainly the configuration has a problem and can't auth
a
But i am still unable to figure out which step did i miss. I generated every required setting parameter .
v
Copy code
File "/home/atif/PycharmProject/demo_meltano/demo_ingestion/.meltano/extractors/tap-google-sheets/venv/lib/python3.9/site-packages/tap_google_sheets/client.py", line 181, in get_access_token
    raise_for_error(response)
  File "/home/atif/PycharmProject/demo_meltano/demo_ingestion/.meltano/extractors/tap-google-sheets/venv/lib/python3.9/site-packages/tap_google_sheets/client.py", line 122, in raise_for_error
home/atif/PycharmProject/demo_meltano/demo_ingestion/.meltano/extractors/tap-google-sheets/venv/lib/python3.9/site-packages/tap_google_sheets/client.py", line 181,
is getting a 401 back I"d look into that call. My guess is configuration issues