1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Add doc note about airbyte-configs table in db (#5174)

Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
This commit is contained in:
Abhi Vaidyanatha
2021-08-03 15:26:25 -07:00
committed by GitHub
parent 2e3dfccc68
commit 85f1fb5eac

View File

@@ -79,3 +79,5 @@ The following command will allow you to access the database instance using `psql
```shell
docker exec -ti airbyte-db psql -U docker -d airbyte
```
To access the configuration files for sources, destinations, and connections that have been added, simply query the `airbyte-configs` table.