I have these settings in `meltano.yml`: ```environ...
# troubleshooting
r
I have these settings in `meltano.yml`:
Copy code
environments:
- name: dev
  env:
    ENV_PATH: dev
- name: prod
  env:
    ENV_PATH: prod


plugins:
  extractors:
  - name: tap-spreadsheets-anywhere
    variant: ets
    pip_url: git+<https://github.com/ets/tap-spreadsheets-anywhere.git>
    config:
      tables:
      - path: ${ENV_PATH}/tracks
But when I run, I get:
Copy code
INFO Walking ${ENV_PATH}/tracks
I think the variable is not rendered for some reason?