jose_riego_valenzuela
04/08/2022, 1:24 PM.env. Instead, they are being written into meltano.yml
This is the loader:
- name: pipelinewise-target-s3-csv
namespace: pipelinewise_target_s3_csv
pip_url: pipelinewise-target-s3-csv
executable: target-s3-csv
settings:
- name: aws_access_key_id
kind: hidden
- name: aws_secret_access_key
kind: hidden
- name: aws_session_token
kind: hidden
- name: s3_bucket
kind: string
When I do meltano config pipelinewise-target-s3-csv set aws_access_key_id MYSECRETACCESSKEY, that key ends up in meltano.yml instead of the .env file. Is this a bug or am I missing some config or flag I should be using?edgar_ramirez_mondragon
04/08/2022, 1:49 PMpassword instead of hidden?jose_riego_valenzuela
04/08/2022, 1:54 PMjose_riego_valenzuela
04/08/2022, 1:55 PMjose_riego_valenzuela
04/08/2022, 1:55 PMpassword and hidden as optionsjose_riego_valenzuela
04/08/2022, 1:55 PMedgar_ramirez_mondragon
04/08/2022, 2:59 PMhidden only makes the UI skip displaying the setting the UI, but password actually masks it and treats it like a secretjose_riego_valenzuela
04/21/2022, 10:47 AM