visch
04/13/2022, 7:40 PM.env
file for an array configuration value.
TARGET_APPRISE_URIS="[\"URI1\", \"URI2\"]"
Doesnt' work for me it just gets read in as a string. Maybe this just isn't doable with Meltano .env
vars which is fine. I also can't find a docs page on Setting types. kind: password
seems to only be mentioned in a few tutorials 🤔visch
04/13/2022, 7:43 PMvisch
04/13/2022, 7:45 PM3 plugins:
4 loaders:
5 - name: target-apprise
6 namespace: target_apprise
7 pip_url: -e .
8 settings:
9 - name: uris
10 kind: array
visch
04/13/2022, 7:45 PMpat_nadolny
04/13/2022, 7:50 PMvisch
04/13/2022, 7:51 PMpat_nadolny
04/13/2022, 7:51 PMkind: array
should do itvisch
04/13/2022, 7:51 PMvisch
04/13/2022, 7:51 PMpat_nadolny
04/13/2022, 7:51 PMrobert_espinoza
06/09/2022, 4:00 PMvisch
06/09/2022, 4:00 PM