Hi! I am doing a test run with a .<csv file> I upl...
# plugins-general
m
Hi! I am doing a test run with a .csv file I uploaded to my github. Raw is here. Trying to make sure my meltano.yml is right. Looked at previous successful meltano run, docs and did a search on the slack for references. Could someone verify this? Thanks!
Copy code
version: 1
send_anonymous_usage_stats: true
project_id: 045333fd-3826-4b33-8f43-bfd8de29749f
plugins:
  extractors:
  - name: tap-investing
    namespace: tap_investing
    pip_url: git+<https://gitlab.com/DouweM/tap-investing.git>
    settings:
    - name: assets
      kind: object
  - name: tap-spreadsheets-anywhere
    pip_url: git+<https://github.com/ets/tap-spreadsheets-anywhere.git>
    config:
      tables:
      - path: <https://raw.githubusercontent.com/mindyng/2021-Projects/main/>
        name: amazon_stocks
        pattern: null
        start_date: '2019-01-02T00:00:00Z'
        key_properties: []
        format: csv
        delimiter: ','
  loaders:
  - name: target-postgres
    variant: meltano
    pip_url: git+<https://github.com/meltano/target-postgres.git>
    config:
      user: postgres
      host: 127.0.0.1
      port: 5432
      dbname: pricing