HI! Im still super new with meltano, i want to cre...
# getting-started
j
HI! Im still super new with meltano, i want to create an ELT that consume two API’s using tap-rest-api-msdk, its possible to call a meltano elt like
meltano run tap-rest-api-msdk.1 tap-rest-api-msdk.2 target-jsonl
?? or someone have a better solution (avoid using airflow 😅)
v
easiest is
meltano run tap-rest-api-msdk.1 target-jsonl
meltano run tap-restapi-msdk.2 target-jsonl
You can also do this
Copy code
meltano run tap-rest-api-msdk.1 target-jsonl tap-rest-api-msdk.2 target-jsonl
j
Oh great!! thank u very much!!
v
What api are you hitting with tap-rest-api? I like to ask 😄
j
no biggy, it’s a report API, nothing special
v
which system, public api?
j
no its not public 😅