Hi all! I was wondering if anyone already set up a...
# help-api-cli-orchestration
k
Hi all! I was wondering if anyone already set up a workflow to automate version control of Airbyte setups? I'm managing multiple Airbyte instances / setups and I would like to automatically back up and version control changes that are made into the Airbyte interfaces. For example, fetch the different Airbyte configurations (using the Octavia CLI) once a day and check that into a Git repository, so we have version control and could use that to (manually) place back a configuration if necessary. Wondering if anyone already set up such a flow and how you've automated it? Thanks!
a
Hey @Krisjan Oldekamp, our content team is planning to write an article about automation that you could build on top of octavia. I would suggest that you write a script that does
octavia import
+
git add
+
git commit
. The
import
command was originally made to import a manually configured resource in the UI to then manage it in YAML