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
Right now in the python package, one needs to specify the path of the credentials file. However, in Github Actions and similar CI environments, loading credentials from environment variables is desired. I tried to search your document, but with no result. Is there any possible way one can load from an env variable or a string, like the following?
Right now in the python package, one needs to specify the path of the credentials file. However, in Github Actions and similar CI environments, loading credentials from environment variables is desired. I tried to search your document, but with no result. Is there any possible way one can load from an env variable or a string, like the following?
A similar approach has been implemented in the delta-sharing-r package. It would be so nice if we could do the same in Python.
The text was updated successfully, but these errors were encountered: