haleemur_ali
10/07/2021, 12:43 PMhttp://{username}:{password}@host/path?param1=value1¶m2=value2...
• our devops team will put that string into the meltano container when it runs, so in the particular example, we'd end up with an environment variable MARKETO_CREDENTIALS
with value http://{client_id}:{client_secret}@xxx-xxx-xxx.mktorest.com/rest?MKTO_IDENTITY={mkto_identity_url}&MKTO_MUNCHKIN_ID={mkto_munchkin_id}
• is there a way to specify in the marketo.yml
config (or elsewhere) to extract the credentials out of this pattern?visch
10/07/2021, 12:48 PMvisch
10/07/2021, 12:50 PMhaleemur_ali
10/07/2021, 12:54 PM. ./set-env-vars && meltano tap-name target-name
visch
10/07/2021, 1:00 PMvisch
10/07/2021, 1:01 PMchris_kings-lynne
10/08/2021, 12:56 AM