Skip to content

Commit 0c2b3fb

Browse files
ichuniqgoldmedal
authored andcommitted
docs: update how-to-add-data-source.md (#857)
1 parent 2cc5b3c commit 0c2b3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis-server/docs/how-to-add-data-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class PostgresConnectionInfo(BaseModel):
2929
user: SecretStr
3030
password: SecretStr
3131
```
32-
We use bass model of [Pydantic](https://docs.pydantic.dev/latest/api/base_model/) to support our class definitions.
32+
We use the base model of [Pydantic](https://docs.pydantic.dev/latest/api/base_model/) to support our class definitions.
3333
Pydantic provides a convenient field type called [Secret Types](https://docs.pydantic.dev/2.0/usage/types/secrets/) that can protect the sensitive information.
3434

3535
Return to the `DataSourceExtension` enum class to implement the `get_{data_source}_connection` function.

0 commit comments

Comments
 (0)