Hello! I need to replicate a Postgres instance in...
# ask-community-for-troubleshooting
r
Hello! I need to replicate a Postgres instance in a Bigquery and I know that with Airbyte this is possible. However, within this instance of Postgres, we have several databases, in which they are named by the identification code of the branches of a company. Therefore, from time to time, this number of banks may increase, as new branches appear. How can I make the Airbyte integration dynamic, picking up these new banks, without the need to create new connections every time a branch is created?
k
A message from kapa.ai
Hmm, I don't know enough to give you a confident answer yet. However, you can explore the Airbyte documentation and tutorials to find more information on how to handle dynamic connections: - [Airbyte Documentation](https://docs.airbyte.com/) - [Airbyte Tutorials](https://airbyte.io/tutorials) You might also consider using the [Octavia CLI](https://airbyte.com/tutorials/version-control-airbyte-configurations) to programmatically create and manage resources in Airbyte, which could help you automate the process of adding new connections when new branches are created.