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
I'm getting a TypeError: GSheetsConnection._connect() got an unexpected keyword argument 'project_id' when attempting to load my service account's credentials programmatically (the JSON is stored in GCP Secrets Manager).
The docs for st.connection mention the secrets can be provided as additional keyword args:
Configuration options, credentials, and secrets for connections are combined from the following sources:
I'm getting a
TypeError: GSheetsConnection._connect() got an unexpected keyword argument 'project_id'
when attempting to load my service account's credentials programmatically (the JSON is stored in GCP Secrets Manager).The docs for st.connection mention the secrets can be provided as additional keyword args:
However that doesn't seem to be working.
I suspect that
GSheetsConnection._connect(..)
needs to be updated to something like this (untested):app.py
.streamlit/secrets.toml
Stack trace
The text was updated successfully, but these errors were encountered: