I am seeing at the 2 google analytics plugins: <ht...
# plugins-general
d
I am seeing at the 2 google analytics plugins: https://hub.meltano.com/extractors/tap-google-analytics https://hub.meltano.com/extractors/tap-ga4 They both are looking to the same Github repo https://github.com/MeltanoLabs/tap-google-analytics In my YAML I want to have 2 connectors old and new one in this format:
Copy code
plugins:
  extractors:
    - name: tap-ga4
      namespace: tap-ga4
      pip_url: git+<https://github.com/MeltanoLabs/tap-google-analytics@v0.0.6>
      executable: tap-google-analytics
but it is not clear how to do it