1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Commit Graph

10 Commits

Author SHA1 Message Date
Jared Rhizor
14dfc1d417 fix parentheses and info/warning/danger formatting in docs (#11981)
* fix parens

* fix formatting for hints

* remove hint from non-docusaurus or gitbook doc
2022-04-13 12:08:34 -07:00
Subodh Kant Chaturvedi
65c37e48d4 update doc with list of new config tables (#9511)
* update doc with list of new tables

* add small description for tables
2022-01-31 14:19:34 +05:30
Augustin
b8cd77247c Documentation: More details about using an external database (#9611) 2022-01-20 11:18:58 +01:00
Abhi Vaidyanatha
ae32ecbb27 GitBook: [master] 186 pages and 77 assets modified 2021-10-08 21:17:47 +00:00
LiRen Tu
f059a278f7 Update doc about external database setup (#5611)
* Update doc about porting to external db

* Update wording
2021-08-25 08:31:11 -07:00
Abhi Vaidyanatha
85f1fb5eac Add doc note about airbyte-configs table in db (#5174)
Co-authored-by: Abhi Vaidyanatha <abhivaidyanatha@Abhis-MacBook-Pro.local>
2021-08-03 15:26:25 -07:00
LiRen Tu
e8f20b286a Create jobs database tables without init container (#4942)
* Refactor jobs and configs database initialization

* Add unit tests

* Format code

* Refactor code

* Update document

* Fix tests

* Add back init script to create db and user permission

* Remove old schema files

* Dry database instance implementations

* Revert unnecessary changes

* Rename resource directories

* Format code

* Add readme

* Move and rename database schema to jobs database schema

* Introduce table schema interface

* Rearrange packages

* Format code

* Address review comments

* Show more logs for acceptance test

* Do not depend on service uuid for db readiness
2021-07-25 22:33:35 -07:00
LiRen Tu
e577b4987e 🎉 Migrate config persistence to database (#4670)
* Implement db config persistence

* Fix database readiness check

* Reduce logging noise

* Setup config database in config persistence factory

* Update documentation

* Load seed from yaml files

* Refactor config persistence factory

* Add one more test to mimic migration

* Remove unnecessary changes

* Run code formatter

* Update placeholder env values

* Set default config database parameters in docker compose

Co-authored-by: Christophe Duong <christophe.duong@gmail.com>

* Default setupDatabase to false

* Rename variable

* Set default config db parameters for server

* Remove config db parameters from the env file

* Remove unnecessary environment statements

* Hide config persistence factory (#4772)

* Remove CONFIG_DATABASE_HOST

* Use builder in the test

* Simplify config persistence builder

* Clarify config db connection readiness

* Format code

* Add logging

* Fix typo

Co-authored-by: Christophe Duong <christophe.duong@gmail.com>

* Add a config_id only index

* Reuse record insertion code

* Add id field name to config schema

* Support data loading from legacy config schemas

* Log missing logs in migration test

* Move airbyte configs table to separate directory

* Update exception message

* Dump specific tables from the job database

* Remove postgres specific uuid extension

* Comment out future branch

* Default configs db variables to empty

When defaulting them to the jobs db variables, it somehow does not work.

* Log inserted config records

* Log all db write operations

* Add back config db variables in env file to mute warnings

* Log connection exception to debug flaky e2e test

* Leave config db variables empty

`.env` file does not support variable expansion.

Co-authored-by: Christophe Duong <christophe.duong@gmail.com>
Co-authored-by: Charles <giardina.charles@gmail.com>
2021-07-19 03:52:40 -07:00
Jared Rhizor
27ae6f182e fix build (#4250) 2021-06-21 11:17:05 -07:00
Christophe Duong
6b112b0bd7 Write how to connect to external db (#4211) 2021-06-21 12:30:52 +02:00