and also need for custom loader target-mysql
# troubleshooting
r
and also need for custom loader target-mysql
p
@rajkumar_b have you tried following this guide? https://hub.meltano.com/extractors/google-analytics
That should give you the information needed to get tap-google-analytics configured in your project
If you're need to Meltano in general you can check out the getting started guide https://docs.meltano.com/getting-started for details on adding and configuring extractors and loaders
r
i tried this and gave permission to analytics API and i'm using service account authentication but still face the
Copy code
catalog discovery failed error
p
Sharing your
meltano.yml
and log message would be helpful. You can also try debug mode https://docs.meltano.com/guide/integration#debug-mode to see more logs around whats failing
Copy code
meltano --log-level=debug ..
r
Copy code
version: 1
project_id: 8674f71f-7e89-49b7-90e5-68b827a5ca12
plugins:
  extractors:
  - name: tap-google-analytics
    variant: meltanolabs
    pip_url: git+<https://github.com/MeltanoLabs/tap-google-analytics.git>
    config:
      key_file_location: /home/rajkumar/Desktop/poc/new_poc/extract/client_secrets.json
      reports: /home/rajkumar/Desktop/poc/new_poc/default_report_definition.json
      start_date: '2020-10-01T00:00:00Z'
      end_date: '2020-10-01T00:00:00Z'
      view_id:
p
Any luck running this with
--log-level=debug
?
I'm not positive but you might need to make your end_date
2020-10-02T00:00:00Z
to get your intended result, it might not be selecting any data right now, although that shouldnt cause errors
r
okay i remove the end date and i try @pat_nadolny
p
what do the logs say when you use
--log-level=debug
?
r
its working