Skip to content

Commit

Permalink
Update bigquery.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Sep 10, 2024
1 parent 23bf1fa commit 1f2671a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lea/clients/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,16 @@


class BigQuery(Client):
def __init__(self, credentials, location, write_project_id, compute_project_id, dataset_name, username, wap_mode):
def __init__(
self,
credentials,
location,
write_project_id,
compute_project_id,
dataset_name,
username,
wap_mode,
):
self.credentials = credentials
self.write_project_id = write_project_id
self.compute_project_id = compute_project_id
Expand Down

0 comments on commit 1f2671a

Please sign in to comment.