Skip to content

Commit 88619ff

Browse files
Woo-Dongtqtensor
authored andcommitted
fix: Trino as an OfflineStore Access Denied when BasicAuthenticaion (feast-dev#3898)
1 parent f50c5ed commit 88619ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sdk/python/feast/infra/offline_stores/contrib/trino_offline_store

sdk/python/feast/infra/offline_stores/contrib/trino_offline_store/trino.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
class BasicAuthModel(FeastConfigBaseModel):
4242
username: StrictStr
43-
password: SecretStr
43+
password: StrictStr
4444

4545

4646
class KerberosAuthModel(FeastConfigBaseModel):

0 commit comments

Comments
 (0)