File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/integrations/engines Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pip install "sqlmesh[gcppostgres]"
1414| ---------------------------- | ----------------------------------------------------------------------------------- | :-----: | :------: |
1515| ` type ` | Engine type name - must be ` gcp_postgres ` | string | Y |
1616| ` instance_connection_string ` | Connection name for the postgres instance | string | Y |
17- | ` user ` | The username (posgres or IAM) to use for authentication | string | Y |
17+ | ` user ` | The username (postgres or IAM) to use for authentication | string | Y |
1818| ` password ` | The password to use for authentication. Required when connecting as a Postgres user | string | N |
1919| ` enable_iam_auth ` | Enables IAM authentication. Required when connecting as an IAM user | boolean | N |
2020| ` keyfile ` | Path to the keyfile to be used with enable_iam_auth instead of ADC | string | N |
You can’t perform that action at this time.
0 commit comments