@@ -10,18 +10,19 @@ pip install "sqlmesh[postgres]"
1010
1111### Connection options
1212
13- | Option | Description | Type | Required |
14- | -------------------| ---------------------------------------------------------------------------------| :------:| :--------:|
15- | ` type ` | Engine type name - must be ` postgres ` | string | Y |
16- | ` host ` | The hostname of the Postgres server | string | Y |
17- | ` user ` | The username to use for authentication with the Postgres server | string | Y |
18- | ` password ` | The password to use for authentication with the Postgres server | string | Y |
19- | ` port ` | The port number of the Postgres server | int | Y |
20- | ` database ` | The name of the database instance to connect to | string | Y |
21- | ` keepalives_idle ` | The number of seconds between each keepalive packet sent to the server. | int | N |
22- | ` connect_timeout ` | The number of seconds to wait for the connection to the server. (Default: ` 10 ` ) | int | N |
23- | ` role ` | The role to use for authentication with the Postgres server | string | N |
24- | ` sslmode ` | The security of the connection to the Postgres server | string | N |
13+ | Option | Description | Type | Required |
14+ | --------------------| ---------------------------------------------------------------------------------| :------:| :--------:|
15+ | ` type ` | Engine type name - must be ` postgres ` | string | Y |
16+ | ` host ` | The hostname of the Postgres server | string | Y |
17+ | ` user ` | The username to use for authentication with the Postgres server | string | Y |
18+ | ` password ` | The password to use for authentication with the Postgres server | string | Y |
19+ | ` port ` | The port number of the Postgres server | int | Y |
20+ | ` database ` | The name of the database instance to connect to | string | Y |
21+ | ` keepalives_idle ` | The number of seconds between each keepalive packet sent to the server. | int | N |
22+ | ` connect_timeout ` | The number of seconds to wait for the connection to the server. (Default: ` 10 ` ) | int | N |
23+ | ` role ` | The role to use for authentication with the Postgres server | string | N |
24+ | ` sslmode ` | The security of the connection to the Postgres server | string | N |
25+ | ` application_name ` | The name of the application to use for the connection | string | N |
2526
2627## Airflow Scheduler
2728** Engine Name:** ` postgres `
0 commit comments