Skip to content

Commit

Permalink
Remove 'bigquery_credentials.dat' as default credentials location
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Sep 19, 2017
1 parent f47886c commit 0c713b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas_gbq/gbq.py
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ def delete_and_recreate_table(self, dataset_id, table_id, table_schema):

def _get_credentials_file():
return os.environ.get(
'PANDAS_GBQ_CREDENTIALS_FILE', 'bigquery_credentials.dat')
'PANDAS_GBQ_CREDENTIALS_FILE')


def _parse_data(schema, rows):
Expand Down

0 comments on commit 0c713b6

Please sign in to comment.