Skip to content

Commit a057ecf

Browse files
authored
docs: fix typo (#3651)
1 parent fea4507 commit a057ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/integrations/engines/gcp-postgres.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)