Hi all, I would like to know if there is a reason ...
# replication-troubleshooting
l
Hi all, I would like to know if there is a reason to prefer octavia-cli instead of the API ? I don't see usecase where it is better to use octavia
m
The main use case I see is for building a data-pipeline-as-code; it’s a tool for productized data ingestion used in CI/CD. Since our Airbyte configs are in source code and our DW model is in dbt with a few
docker-compose up
calls and an
octavia apply
we can stand up and load a new DW instance in a few minutes. It’s pretty rad.
l
Oh ok ! Thanks
s
Thanks Lucas for the question and Matt for the question. Feel free to post more questions in the channel. The octavia-cli just offers an additional way of using airbyte.
👍 1
e
Also, the Octavia CLI /uses/ the API, so they are rather related 😄
💯 1
l
It makes sense !