rene_czepluch
08/16/2023, 12:51 PMenvironments:
- 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:
INFO Walking ${ENV_PATH}/tracks
I think the variable is not rendered for some reason?