is there a way to generate all the necessary confi...
# help-api-cli-orchestration
g
is there a way to generate all the necessary configurations for an existing airbyte configuration? e.g. automatically generate all source + destination + connector yaml files? the cli seems to generate each object individually and doesn’t create from existing or a simper solution for now: how can I convert the airbyte export configuration into yaml format that octavia-cli works with
🙏 1
@Augustin Lafanechere (Airbyte) i’m happy to try contribute to this. trying to figure out the best angle. thinking of creating a
resource
directory alongside
list
,
apply
,
generate
etc. and leveraging
generate/renderers.py
(instead of for definitions, for the actual resources). thoughts?
or possibly extend
apply/resources.py
i’ve kicked this off here. first step - just getting the existing resources. https://github.com/airbytehq/airbyte/pull/13254 TO DO: convert existing JSON to YAML (rendering similar to how
generate
does it on template definitions)
this 1
i
Could be similar to Terraform's
import