Slackbot
05/01/2022, 11:27 AMIdo (Ploomber)
Str009
05/01/2022, 11:40 AMengine = create_engine(
"bigquery://",
credentials_path="bigquery_credentials.json",
)
The json file has 10 key:value pairs. I'm not sure how to proceed from here in storing the credentials securely and whether keyring is appropriate for this use case? At first glance, keyring looks to be storing username and password pairs?Ido (Ploomber)