We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scopes not set appropriately when passing Creds directly into DataframeFunction
If a credentials object is passed in directly to the class, the GLOBAL_SCOPE isn't appended to the existing scope before instantiating the sheets client https://github.com/GoogleCloudPlatform/dfcx-scrapi/blob/main/src/dfcx_scrapi/tools/dataframe_functions.py#L72
The text was updated successfully, but these errors were encountered:
kmaphoenix
Successfully merging a pull request may close this issue.
TLDR
Scopes not set appropriately when passing Creds directly into DataframeFunction
Details
If a credentials object is passed in directly to the class, the GLOBAL_SCOPE isn't appended to the existing scope before instantiating the sheets client
https://github.com/GoogleCloudPlatform/dfcx-scrapi/blob/main/src/dfcx_scrapi/tools/dataframe_functions.py#L72
The text was updated successfully, but these errors were encountered: