You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ibis-server/docs/how-to-add-data-source.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ class PostgresConnectionInfo(BaseModel):
29
29
user: SecretStr
30
30
password: SecretStr
31
31
```
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.
33
33
Pydantic provides a convenient field type called [Secret Types](https://docs.pydantic.dev/2.0/usage/types/secrets/) that can protect the sensitive information.
34
34
35
35
Return to the `DataSourceExtension` enum class to implement the `get_{data_source}_connection` function.
0 commit comments