Are there any resources on source control of airbyte or setting up airbyte across multiple environments?

I am looking for information on setting up airflow across different environments and source controlling the connectors.

Hello @hmars98 right now Airbyte has a simple Operator Guide. If you want to source control you can create a script using Python to extract information from Airbyte using the Airbyte API.. Also there are some examples from the community trying to create some tools to achieve this: GitHub - garden-of-delete/airbyte-topiary: Airbyte deployment and configuration management tool

And currently the team is working to create the Airbyte Octavia CLI which has the goal to of source control and creating resources from the cli.