Skip to content

Commit 0c713b6

Browse files
committed
Remove 'bigquery_credentials.dat' as default credentials location
1 parent f47886c commit 0c713b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas_gbq/gbq.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ def delete_and_recreate_table(self, dataset_id, table_id, table_schema):
834834

835835
def _get_credentials_file():
836836
return os.environ.get(
837-
'PANDAS_GBQ_CREDENTIALS_FILE', 'bigquery_credentials.dat')
837+
'PANDAS_GBQ_CREDENTIALS_FILE')
838838

839839

840840
def _parse_data(schema, rows):

0 commit comments

Comments
 (0)