Skip to content
New issue

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

Use Service Account JSON Key File #11335

Conversation

meetwudi
Copy link

It is recommended by Google that we use Service Account credentials make
API calls from server. See this issue comment for details.

Docs and tests are not yet updated. DO NOT MERGE.

It is recommended by Google that we use Service Account credentials make
API calls from server. See [this issue
comment](pandas-dev#8489 (comment))
for details.

Signed-off-by: John Wu <[email protected]>
@@ -109,9 +110,10 @@ class TableCreationError(PandasError, ValueError):

class GbqConnector(object):

def __init__(self, project_id, reauth=False):
def __init__(self, project_id, key_file, reauth=False):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be key which could be a file (or not) and should be optional

@jreback
Copy link
Contributor

jreback commented Nov 18, 2015

closing, but if you'd like to update, pls reopen

@jreback jreback closed this Nov 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants